Html Css Color HEX #A8CA62 Conifer

📋 copy color: '#A8CA62'

red 168 ◦ green 202 ◦ blue 98

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

Shades of Conifer #A8CA62

Tints of Conifer #A8CA62

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.16%

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

R = 35.9%
G = 43.16%
B = 20.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#A8CA62 (or 0xA8CA62) is known color: Conifer. HEX triplet: A8, CA and 62. RGB value is (168,202,98). Sum of RGB (Red+Green+Blue) = 168+202+98=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA62 is #57359D. Grayscale: #B4B4B4. Windows color (decimal): -5715358 or 6474408. OLE color: 6474408.

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

Color convert

RGB 168 202 98 -
CMYK 0.17 0 0.51 0.21
HSL 79.62º 0.5% 0.59% -
HSV(B) 79.62º 0.51% 0.79% -
XYZ 39.47 51.45 19.41 -
YUV 179.98 81.74 119.46 -
System Red Green Blue C M Y K H S L
Decimal 168 202 98 0.17 0 0.51 0.21 79.62 0.5 0.59
Hex A8 CA 62 11 0 33 15 50 32 3B
Octal 250 312 142 21 0 63 25 120 62 73
Binary 10101000 11001010 1100010 10001 0 110011 10101 1010000 110010 111011

Color Harmonies of #A8CA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA62

Black with #A8CA62

Text Example


Text Example

White with #A8CA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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