Html Css Color HEX #A8CB5A Conifer

📋 copy color: '#A8CB5A'

red 168 ◦ green 203 ◦ blue 90

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

Shades of Conifer #A8CB5A

Tints of Conifer #A8CB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.52%

R = 36.44%
G = 44.03%
B = 19.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#A8CB5A (or 0xA8CB5A) is known color: Conifer. HEX triplet: A8, CB and 5A. RGB value is (168,203,90). Sum of RGB (Red+Green+Blue) = 168+203+90=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB5A is #5734A5. Grayscale: #B4B4B4. Windows color (decimal): -5715110 or 5950376. OLE color: 5950376.

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

Color convert

RGB 168 203 90 -
CMYK 0.17 0 0.56 0.20
HSL 78.58º 0.52% 0.57% -
HSV(B) 78.58º 0.56% 0.8% -
XYZ 39.35 51.77 17.59 -
YUV 179.65 77.4 119.69 -
System Red Green Blue C M Y K H S L
Decimal 168 203 90 0.17 0 0.56 0.20 78.58 0.52 0.57
Hex A8 CB 5A 11 0 38 14 4F 34 39
Octal 250 313 132 21 0 70 24 117 64 71
Binary 10101000 11001011 1011010 10001 0 111000 10100 1001111 110100 111001

Color Harmonies of #A8CB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CB5A

Black with #A8CB5A

Text Example


Text Example

White with #A8CB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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