Html Css Color HEX #A0CA54 Conifer

📋 copy color: '#A0CA54'

red 160 ◦ green 202 ◦ blue 84

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

Shades of Conifer #A0CA54

Tints of Conifer #A0CA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.83%

R = 35.87%
G = 45.29%
B = 18.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#A0CA54 (or 0xA0CA54) is known color: Conifer. HEX triplet: A0, CA and 54. RGB value is (160,202,84). Sum of RGB (Red+Green+Blue) = 160+202+84=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 84 (33.20% from 255 or 18.83% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA54 is #5F35AB. Grayscale: #B0B0B0. Windows color (decimal): -6239660 or 5556896. OLE color: 5556896.

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

Color convert

RGB 160 202 84 -
CMYK 0.21 0 0.58 0.21
HSL 81.36º 0.53% 0.56% -
HSV(B) 81.36º 0.58% 0.79% -
XYZ 37.22 50.35 16.15 -
YUV 175.99 76.09 116.59 -
System Red Green Blue C M Y K H S L
Decimal 160 202 84 0.21 0 0.58 0.21 81.36 0.53 0.56
Hex A0 CA 54 15 0 3A 15 51 35 38
Octal 240 312 124 25 0 72 25 121 65 70
Binary 10100000 11001010 1010100 10101 0 111010 10101 1010001 110101 111000

Color Harmonies of #A0CA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CA54

Black with #A0CA54

Text Example


Text Example

White with #A0CA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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