Html Css Color HEX #A8C862 Conifer

📋 copy color: '#A8C862'

red 168 ◦ green 200 ◦ blue 98

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

Shades of Conifer #A8C862

Tints of Conifer #A8C862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 36.05%
G = 42.92%
B = 21.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#A8C862 (or 0xA8C862) is known color: Conifer. HEX triplet: A8, C8 and 62. RGB value is (168,200,98). Sum of RGB (Red+Green+Blue) = 168+200+98=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C862 is #57379D. Grayscale: #B3B3B3. Windows color (decimal): -5715870 or 6473896. OLE color: 6473896.

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

Color convert

RGB 168 200 98 -
CMYK 0.16 0 0.51 0.22
HSL 78.82º 0.48% 0.58% -
HSV(B) 78.82º 0.51% 0.78% -
XYZ 39.01 50.52 19.25 -
YUV 178.8 82.4 120.29 -
System Red Green Blue C M Y K H S L
Decimal 168 200 98 0.16 0 0.51 0.22 78.82 0.48 0.58
Hex A8 C8 62 10 0 33 16 4F 30 3A
Octal 250 310 142 20 0 63 26 117 60 72
Binary 10101000 11001000 1100010 10000 0 110011 10110 1001111 110000 111010

Color Harmonies of #A8C862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C862

Black with #A8C862

Text Example


Text Example

White with #A8C862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C862; }

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

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

background-color css

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

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

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

border-color css

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

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

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