Html Css Color HEX #A0EC49 Conifer

📋 copy color: '#A0EC49'

red 160 ◦ green 236 ◦ blue 73

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

Shades of Conifer #A0EC49

Tints of Conifer #A0EC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.57%

R = 34.12%
G = 50.32%
B = 15.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#A0EC49 (or 0xA0EC49) is known color: Conifer. HEX triplet: A0, EC and 49. RGB value is (160,236,73). Sum of RGB (Red+Green+Blue) = 160+236+73=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EC49 is #5F13B6. Grayscale: #C3C3C3. Windows color (decimal): -6230967 or 4844704. OLE color: 4844704.

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

Color convert

RGB 160 236 73 -
CMYK 0.32 0 0.69 0.07
HSL 87.98º 0.81% 0.61% -
HSV(B) 87.98º 0.69% 0.93% -
XYZ 45.7 67.95 17.01 -
YUV 194.69 59.32 103.25 -
System Red Green Blue C M Y K H S L
Decimal 160 236 73 0.32 0 0.69 0.07 87.98 0.81 0.61
Hex A0 EC 49 20 0 45 7 58 51 3D
Octal 240 354 111 40 0 105 7 130 121 75
Binary 10100000 11101100 1001001 100000 0 1000101 111 1011000 1010001 111101

Color Harmonies of #A0EC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EC49

Black with #A0EC49

Text Example


Text Example

White with #A0EC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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