Html Css Color HEX #A8DA66 Conifer

📋 copy color: '#A8DA66'

red 168 ◦ green 218 ◦ blue 102

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

Shades of Conifer #A8DA66

Tints of Conifer #A8DA66

RGB

 RED value IS 168 (66.02% from 255) = 34.43%

 GREEN value IS 218 (85.55% from 255) = 44.67%

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

R = 34.43%
G = 44.67%
B = 20.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#A8DA66 (or 0xA8DA66) is known color: Conifer. HEX triplet: A8, DA and 66. RGB value is (168,218,102). Sum of RGB (Red+Green+Blue) = 168+218+102=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA66 is #572599. Grayscale: #BEBEBE. Windows color (decimal): -5711258 or 6740648. OLE color: 6740648.

HSL color Cylindrical-coordinate representation of color #A8DA66: hue angle of 85.86º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8DA66 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 218 102 -
CMYK 0.23 0 0.53 0.15
HSL 85.86º 0.61% 0.63% -
HSV(B) 85.86º 0.53% 0.85% -
XYZ 43.62 59.43 21.74 -
YUV 189.83 78.44 112.43 -
System Red Green Blue C M Y K H S L
Decimal 168 218 102 0.23 0 0.53 0.15 85.86 0.61 0.63
Hex A8 DA 66 17 0 35 F 56 3D 3F
Octal 250 332 146 27 0 65 17 126 75 77
Binary 10101000 11011010 1100110 10111 0 110101 1111 1010110 111101 111111

Color Harmonies of #A8DA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DA66

Black with #A8DA66

Text Example


Text Example

White with #A8DA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DA66; }

 p { color: rgb(168,218,102); }

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

background-color css

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

 a { background-color: rgb(168,218,102); }

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

border-color css

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

 span { border-color: rgb(168,218,102); }

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