Html Css Color HEX #A8C861 Conifer

📋 copy color: '#A8C861'

red 168 ◦ green 200 ◦ blue 97

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

Shades of Conifer #A8C861

Tints of Conifer #A8C861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.86%

R = 36.13%
G = 43.01%
B = 20.86%

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

#A8C861 (or 0xA8C861) is known color: Conifer. HEX triplet: A8, C8 and 61. RGB value is (168,200,97). Sum of RGB (Red+Green+Blue) = 168+200+97=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C861 is #57379E. Grayscale: #B3B3B3. Windows color (decimal): -5715871 or 6408360. OLE color: 6408360.

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

Color convert

RGB 168 200 97 -
CMYK 0.16 0 0.52 0.22
HSL 78.64º 0.48% 0.58% -
HSV(B) 78.64º 0.52% 0.78% -
XYZ 38.96 50.5 19 -
YUV 178.69 81.9 120.38 -
System Red Green Blue C M Y K H S L
Decimal 168 200 97 0.16 0 0.52 0.22 78.64 0.48 0.58
Hex A8 C8 61 10 0 34 16 4F 30 3A
Octal 250 310 141 20 0 64 26 117 60 72
Binary 10101000 11001000 1100001 10000 0 110100 10110 1001111 110000 111010

Color Harmonies of #A8C861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C861

Black with #A8C861

Text Example


Text Example

White with #A8C861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C861; }

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

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

background-color css

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

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

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

border-color css

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

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

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