Html Css Color HEX #A8CA5B Conifer

📋 copy color: '#A8CA5B'

red 168 ◦ green 202 ◦ blue 91

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

Shades of Conifer #A8CA5B

Tints of Conifer #A8CA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.74%

R = 36.44%
G = 43.82%
B = 19.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#A8CA5B (or 0xA8CA5B) is known color: Conifer. HEX triplet: A8, CA and 5B. RGB value is (168,202,91). Sum of RGB (Red+Green+Blue) = 168+202+91=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA5B is #5735A4. Grayscale: #B3B3B3. Windows color (decimal): -5715365 or 6015656. OLE color: 6015656.

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

Color convert

RGB 168 202 91 -
CMYK 0.17 0 0.55 0.21
HSL 78.38º 0.51% 0.57% -
HSV(B) 78.38º 0.55% 0.79% -
XYZ 39.16 51.32 17.74 -
YUV 179.18 78.24 120.03 -
System Red Green Blue C M Y K H S L
Decimal 168 202 91 0.17 0 0.55 0.21 78.38 0.51 0.57
Hex A8 CA 5B 11 0 37 15 4E 33 39
Octal 250 312 133 21 0 67 25 116 63 71
Binary 10101000 11001010 1011011 10001 0 110111 10101 1001110 110011 111001

Color Harmonies of #A8CA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CA5B

Black with #A8CA5B

Text Example


Text Example

White with #A8CA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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