Html Css Color HEX #A8D86A Conifer

📋 copy color: '#A8D86A'

red 168 ◦ green 216 ◦ blue 106

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

Shades of Conifer #A8D86A

Tints of Conifer #A8D86A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.08%

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

R = 34.29%
G = 44.08%
B = 21.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#A8D86A (or 0xA8D86A) is known color: Conifer. HEX triplet: A8, D8 and 6A. RGB value is (168,216,106). Sum of RGB (Red+Green+Blue) = 168+216+106=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D86A is #572795. Grayscale: #BDBDBD. Windows color (decimal): -5711766 or 7002280. OLE color: 7002280.

HSL color Cylindrical-coordinate representation of color #A8D86A: hue angle of 86.18º 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 #A8D86A is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 216 106 -
CMYK 0.22 0 0.51 0.15
HSL 86.18º 0.59% 0.63% -
HSV(B) 86.18º 0.51% 0.85% -
XYZ 43.31 58.48 22.64 -
YUV 189.11 81.1 112.94 -
System Red Green Blue C M Y K H S L
Decimal 168 216 106 0.22 0 0.51 0.15 86.18 0.59 0.63
Hex A8 D8 6A 16 0 33 F 56 3B 3F
Octal 250 330 152 26 0 63 17 126 73 77
Binary 10101000 11011000 1101010 10110 0 110011 1111 1010110 111011 111111

Color Harmonies of #A8D86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D86A

Black with #A8D86A

Text Example


Text Example

White with #A8D86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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