Html Css Color HEX #A8CA4F Conifer

📋 copy color: '#A8CA4F'

red 168 ◦ green 202 ◦ blue 79

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

Shades of Conifer #A8CA4F

Tints of Conifer #A8CA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.59%

R = 37.42%
G = 44.99%
B = 17.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#A8CA4F (or 0xA8CA4F) is known color: Conifer. HEX triplet: A8, CA and 4F. RGB value is (168,202,79). Sum of RGB (Red+Green+Blue) = 168+202+79=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA4F is #5735B0. Grayscale: #B2B2B2. Windows color (decimal): -5715377 or 5229224. OLE color: 5229224.

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

Color convert

RGB 168 202 79 -
CMYK 0.17 0 0.61 0.21
HSL 76.59º 0.54% 0.55% -
HSV(B) 76.59º 0.61% 0.79% -
XYZ 38.68 51.13 15.23 -
YUV 177.81 72.24 121 -
System Red Green Blue C M Y K H S L
Decimal 168 202 79 0.17 0 0.61 0.21 76.59 0.54 0.55
Hex A8 CA 4F 11 0 3D 15 4D 36 37
Octal 250 312 117 21 0 75 25 115 66 67
Binary 10101000 11001010 1001111 10001 0 111101 10101 1001101 110110 110111

Color Harmonies of #A8CA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA4F

Black with #A8CA4F

Text Example


Text Example

White with #A8CA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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