Html Css Color HEX #A6D666 Conifer

📋 copy color: '#A6D666'

red 166 ◦ green 214 ◦ blue 102

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

Shades of Conifer #A6D666

Tints of Conifer #A6D666

RGB

 RED value IS 166 (65.23% from 255) = 34.44%

 GREEN value IS 214 (83.98% from 255) = 44.4%

 BLUE value IS 102 (40.23% from 255) = 21.16%

R = 34.44%
G = 44.4%
B = 21.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#A6D666 (or 0xA6D666) is known color: Conifer. HEX triplet: A6, D6 and 66. RGB value is (166,214,102). Sum of RGB (Red+Green+Blue) = 166+214+102=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D666 is #592999. Grayscale: #BBBBBB. Windows color (decimal): -5843354 or 6739622. OLE color: 6739622.

HSL color Cylindrical-coordinate representation of color #A6D666: hue angle of 85.71º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A6D666 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 214 102 -
CMYK 0.22 0 0.52 0.16
HSL 85.71º 0.58% 0.62% -
HSV(B) 85.71º 0.52% 0.84% -
XYZ 42.17 57.16 21.38 -
YUV 186.88 80.1 113.11 -
System Red Green Blue C M Y K H S L
Decimal 166 214 102 0.22 0 0.52 0.16 85.71 0.58 0.62
Hex A6 D6 66 16 0 34 10 56 3A 3E
Octal 246 326 146 26 0 64 20 126 72 76
Binary 10100110 11010110 1100110 10110 0 110100 10000 1010110 111010 111110

Color Harmonies of #A6D666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D666

Black with #A6D666

Text Example


Text Example

White with #A6D666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D666; }

 p { color: rgb(166,214,102); }

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

background-color css

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

 a { background-color: rgb(166,214,102); }

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

border-color css

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

 span { border-color: rgb(166,214,102); }

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