Html Css Color HEX #06A165 Shamrock Green

📋 copy color: '#06A165'

red 6 ◦ green 161 ◦ blue 101

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

Shades of Shamrock Green #06A165

Tints of Shamrock Green #06A165

RGB

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

 GREEN value IS 161 (63.28% from 255) = 60.07%

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

R = 2.24%
G = 60.07%
B = 37.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#06A165 (or 0x06A165) is known color: Shamrock Green. HEX triplet: 06, A1 and 65. RGB value is (6,161,101). Sum of RGB (Red+Green+Blue) = 6+161+101=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 161 (63.28% from 255 or 60.07% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 161 - color contains mainly: green. Hex color #06A165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A165 is #F95E9A. Grayscale: #6B6B6B. Windows color (decimal): -16342683 or 6660358. OLE color: 6660358.

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

Color convert

RGB 6 161 101 -
CMYK 0.96 0 0.37 0.37
HSL 156.77º 0.93% 0.33% -
HSV(B) 156.77º 0.96% 0.63% -
XYZ 15.17 26.47 16.62 -
YUV 107.82 124.15 55.38 -
System Red Green Blue C M Y K H S L
Decimal 6 161 101 0.96 0 0.37 0.37 156.77 0.93 0.33
Hex 6 A1 65 60 0 25 25 9D 5D 21
Octal 6 241 145 140 0 45 45 235 135 41
Binary 110 10100001 1100101 1100000 0 100101 100101 10011101 1011101 100001

Color Harmonies of #06A165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A165

Black with #06A165

Text Example


Text Example

White with #06A165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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