Html Css Color HEX #A8D96A Conifer

📋 copy color: '#A8D96A'

red 168 ◦ green 217 ◦ blue 106

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

Shades of Conifer #A8D96A

Tints of Conifer #A8D96A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.2%

 BLUE value IS 106 (41.8% from 255) = 21.59%

R = 34.22%
G = 44.2%
B = 21.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#A8D96A (or 0xA8D96A) is known color: Conifer. HEX triplet: A8, D9 and 6A. RGB value is (168,217,106). Sum of RGB (Red+Green+Blue) = 168+217+106=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D96A is #572695. Grayscale: #BEBEBE. Windows color (decimal): -5711510 or 7002536. OLE color: 7002536.

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

Color convert

RGB 168 217 106 -
CMYK 0.23 0 0.51 0.15
HSL 86.49º 0.59% 0.63% -
HSV(B) 86.49º 0.51% 0.85% -
XYZ 43.56 58.99 22.73 -
YUV 189.7 80.77 112.53 -
System Red Green Blue C M Y K H S L
Decimal 168 217 106 0.23 0 0.51 0.15 86.49 0.59 0.63
Hex A8 D9 6A 17 0 33 F 56 3B 3F
Octal 250 331 152 27 0 63 17 126 73 77
Binary 10101000 11011001 1101010 10111 0 110011 1111 1010110 111011 111111

Color Harmonies of #A8D96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D96A

Black with #A8D96A

Text Example


Text Example

White with #A8D96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D96A; }

 p { color: rgb(168,217,106); }

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

background-color css

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

 a { background-color: rgb(168,217,106); }

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

border-color css

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

 span { border-color: rgb(168,217,106); }

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