Html Css Color HEX #06A265 Shamrock Green

📋 copy color: '#06A265'

red 6 ◦ green 162 ◦ blue 101

#06A265
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock Green #06A265

Tints of Shamrock Green #06A265

RGB

 RED value IS 6 (2.73% from 255) = 2.23%

 GREEN value IS 162 (63.67% from 255) = 60.22%

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 2.23%
G = 60.22%
B = 37.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#06A265 (or 0x06A265) is known color: Shamrock Green. HEX triplet: 06, A2 and 65. RGB value is (6,162,101). Sum of RGB (Red+Green+Blue) = 6+162+101=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 162 (63.67% from 255 or 60.22% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 162 - color contains mainly: green. Hex color #06A265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A265 is #F95D9A. Grayscale: #6C6C6C. Windows color (decimal): -16342427 or 6660614. OLE color: 6660614.

HSL color Cylindrical-coordinate representation of color #06A265: hue angle of 156.54º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A265 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 6 162 101 -
CMYK 0.96 0 0.38 0.36
HSL 156.54º 0.93% 0.33% -
HSV(B) 156.54º 0.96% 0.64% -
XYZ 15.34 26.82 16.68 -
YUV 108.4 123.82 54.96 -
System Red Green Blue C M Y K H S L
Decimal 6 162 101 0.96 0 0.38 0.36 156.54 0.93 0.33
Hex 6 A2 65 60 0 26 24 9D 5D 21
Octal 6 242 145 140 0 46 44 235 135 41
Binary 110 10100010 1100101 1100000 0 100110 100100 10011101 1011101 100001

Color Harmonies of #06A265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A265

Black with #06A265

Text Example


Text Example

White with #06A265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06A265; }

 p { color: rgb(6,162,101); }

 H1.HeaderClassName
 {
   color: #06A265;
 }
 .AnyTagClassName
 {
   color: #06A265;
 }
</style>

background-color css

<style>
 a { background-color: #06A265; }

 a { background-color: rgb(6,162,101); }

 div.DivClassName
 {
   background-color: #06A265;
 }
 .BgClassName
 {
   background-color: #06A265;
 }
</style>

border-color css

<style>
 span { border-color: #06A265; }

 span { border-color: rgb(6,162,101); }

 td.TdClassName
 {
   border-color: #06A265;
 }
 .TagClassName
 {
   border-color: #06A265;
 }
</style>