Html Css Color HEX #A8C860 Conifer

📋 copy color: '#A8C860'

red 168 ◦ green 200 ◦ blue 96

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

Shades of Conifer #A8C860

Tints of Conifer #A8C860

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.1%

 BLUE value IS 96 (37.89% from 255) = 20.69%

R = 36.21%
G = 43.1%
B = 20.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#A8C860 (or 0xA8C860) is known color: Conifer. HEX triplet: A8, C8 and 60. RGB value is (168,200,96). Sum of RGB (Red+Green+Blue) = 168+200+96=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C860 is #57379F. Grayscale: #B2B2B2. Windows color (decimal): -5715872 or 6342824. OLE color: 6342824.

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

Color convert

RGB 168 200 96 -
CMYK 0.16 0 0.52 0.22
HSL 78.46º 0.49% 0.58% -
HSV(B) 78.46º 0.52% 0.78% -
XYZ 38.91 50.48 18.76 -
YUV 178.58 81.4 120.46 -
System Red Green Blue C M Y K H S L
Decimal 168 200 96 0.16 0 0.52 0.22 78.46 0.49 0.58
Hex A8 C8 60 10 0 34 16 4E 31 3A
Octal 250 310 140 20 0 64 26 116 61 72
Binary 10101000 11001000 1100000 10000 0 110100 10110 1001110 110001 111010

Color Harmonies of #A8C860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C860

Black with #A8C860

Text Example


Text Example

White with #A8C860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C860; }

 p { color: rgb(168,200,96); }

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

background-color css

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

 a { background-color: rgb(168,200,96); }

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

border-color css

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

 span { border-color: rgb(168,200,96); }

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