Html Css Color HEX #A0CB5A Conifer

📋 copy color: '#A0CB5A'

red 160 ◦ green 203 ◦ blue 90

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

Shades of Conifer #A0CB5A

Tints of Conifer #A0CB5A

RGB

 RED value IS 160 (62.89% from 255) = 35.32%

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

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

R = 35.32%
G = 44.81%
B = 19.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#A0CB5A (or 0xA0CB5A) is known color: Conifer. HEX triplet: A0, CB and 5A. RGB value is (160,203,90). Sum of RGB (Red+Green+Blue) = 160+203+90=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB5A is #5F34A5. Grayscale: #B1B1B1. Windows color (decimal): -6239398 or 5950368. OLE color: 5950368.

HSL color Cylindrical-coordinate representation of color #A0CB5A: hue angle of 82.83º 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 #A0CB5A is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 203 90 -
CMYK 0.21 0 0.56 0.20
HSL 82.83º 0.52% 0.57% -
HSV(B) 82.83º 0.56% 0.8% -
XYZ 37.7 50.92 17.52 -
YUV 177.26 78.75 115.69 -
System Red Green Blue C M Y K H S L
Decimal 160 203 90 0.21 0 0.56 0.20 82.83 0.52 0.57
Hex A0 CB 5A 15 0 38 14 53 34 39
Octal 240 313 132 25 0 70 24 123 64 71
Binary 10100000 11001011 1011010 10101 0 111000 10100 1010011 110100 111001

Color Harmonies of #A0CB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CB5A

Black with #A0CB5A

Text Example


Text Example

White with #A0CB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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