Html Css Color HEX #A0EC53 Conifer

📋 copy color: '#A0EC53'

red 160 ◦ green 236 ◦ blue 83

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

Shades of Conifer #A0EC53

Tints of Conifer #A0EC53

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.27%

 BLUE value IS 83 (32.81% from 255) = 17.33%

R = 33.4%
G = 49.27%
B = 17.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#A0EC53 (or 0xA0EC53) is known color: Conifer. HEX triplet: A0, EC and 53. RGB value is (160,236,83). Sum of RGB (Red+Green+Blue) = 160+236+83=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 83 (32.81% from 255 or 17.33% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EC53 is #5F13AC. Grayscale: #C4C4C4. Windows color (decimal): -6230957 or 5500064. OLE color: 5500064.

HSL color Cylindrical-coordinate representation of color #A0EC53: hue angle of 89.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0EC53 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 236 83 -
CMYK 0.32 0 0.65 0.07
HSL 89.8º 0.8% 0.63% -
HSV(B) 89.8º 0.65% 0.93% -
XYZ 46.05 68.09 18.9 -
YUV 195.83 64.32 102.44 -
System Red Green Blue C M Y K H S L
Decimal 160 236 83 0.32 0 0.65 0.07 89.8 0.8 0.63
Hex A0 EC 53 20 0 41 7 5A 50 3F
Octal 240 354 123 40 0 101 7 132 120 77
Binary 10100000 11101100 1010011 100000 0 1000001 111 1011010 1010000 111111

Color Harmonies of #A0EC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EC53

Black with #A0EC53

Text Example


Text Example

White with #A0EC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EC53; }

 p { color: rgb(160,236,83); }

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

background-color css

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

 a { background-color: rgb(160,236,83); }

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

border-color css

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

 span { border-color: rgb(160,236,83); }

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