Html Css Color HEX #A8CB62 Conifer

📋 copy color: '#A8CB62'

red 168 ◦ green 203 ◦ blue 98

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

Shades of Conifer #A8CB62

Tints of Conifer #A8CB62

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.28%

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

R = 35.82%
G = 43.28%
B = 20.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#A8CB62 (or 0xA8CB62) is known color: Conifer. HEX triplet: A8, CB and 62. RGB value is (168,203,98). Sum of RGB (Red+Green+Blue) = 168+203+98=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB62 is #57349D. Grayscale: #B4B4B4. Windows color (decimal): -5715102 or 6474664. OLE color: 6474664.

HSL color Cylindrical-coordinate representation of color #A8CB62: hue angle of 80º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8CB62 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 203 98 -
CMYK 0.17 0 0.52 0.20
HSL 80º 0.5% 0.59% -
HSV(B) 80º 0.52% 0.8% -
XYZ 39.71 51.92 19.48 -
YUV 180.57 81.4 119.04 -
System Red Green Blue C M Y K H S L
Decimal 168 203 98 0.17 0 0.52 0.20 80 0.5 0.59
Hex A8 CB 62 11 0 34 14 50 32 3B
Octal 250 313 142 21 0 64 24 120 62 73
Binary 10101000 11001011 1100010 10001 0 110100 10100 1010000 110010 111011

Color Harmonies of #A8CB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CB62

Black with #A8CB62

Text Example


Text Example

White with #A8CB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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