Html Css Color HEX #A0CA59 Conifer

📋 copy color: '#A0CA59'

red 160 ◦ green 202 ◦ blue 89

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

Shades of Conifer #A0CA59

Tints of Conifer #A0CA59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.73%

R = 35.48%
G = 44.79%
B = 19.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#A0CA59 (or 0xA0CA59) is known color: Conifer. HEX triplet: A0, CA and 59. RGB value is (160,202,89). Sum of RGB (Red+Green+Blue) = 160+202+89=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 89 (35.16% from 255 or 19.73% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA59 is #5F35A6. Grayscale: #B0B0B0. Windows color (decimal): -6239655 or 5884576. OLE color: 5884576.

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

Color convert

RGB 160 202 89 -
CMYK 0.21 0 0.56 0.21
HSL 82.3º 0.52% 0.57% -
HSV(B) 82.3º 0.56% 0.79% -
XYZ 37.42 50.44 17.21 -
YUV 176.56 78.59 116.19 -
System Red Green Blue C M Y K H S L
Decimal 160 202 89 0.21 0 0.56 0.21 82.3 0.52 0.57
Hex A0 CA 59 15 0 38 15 52 34 39
Octal 240 312 131 25 0 70 25 122 64 71
Binary 10100000 11001010 1011001 10101 0 111000 10101 1010010 110100 111001

Color Harmonies of #A0CA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA59

Black with #A0CA59

Text Example


Text Example

White with #A0CA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA59; }

 p { color: rgb(160,202,89); }

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

background-color css

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

 a { background-color: rgb(160,202,89); }

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

border-color css

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

 span { border-color: rgb(160,202,89); }

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