Html Css Color HEX #A0E449 Conifer

📋 copy color: '#A0E449'

red 160 ◦ green 228 ◦ blue 73

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

Shades of Conifer #A0E449

Tints of Conifer #A0E449

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.46%

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

R = 34.71%
G = 49.46%
B = 15.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#A0E449 (or 0xA0E449) is known color: Conifer. HEX triplet: A0, E4 and 49. RGB value is (160,228,73). Sum of RGB (Red+Green+Blue) = 160+228+73=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 228 (89.45% from 255 or 49.46% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E449 is #5F1BB6. Grayscale: #BEBEBE. Windows color (decimal): -6233015 or 4842656. OLE color: 4842656.

HSL color Cylindrical-coordinate representation of color #A0E449: hue angle of 86.32º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0E449 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 228 73 -
CMYK 0.30 0 0.68 0.11
HSL 86.32º 0.74% 0.59% -
HSV(B) 86.32º 0.68% 0.89% -
XYZ 43.44 63.44 16.26 -
YUV 190 61.97 106.6 -
System Red Green Blue C M Y K H S L
Decimal 160 228 73 0.30 0 0.68 0.11 86.32 0.74 0.59
Hex A0 E4 49 1E 0 44 B 56 4A 3B
Octal 240 344 111 36 0 104 13 126 112 73
Binary 10100000 11100100 1001001 11110 0 1000100 1011 1010110 1001010 111011

Color Harmonies of #A0E449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E449

Black with #A0E449

Text Example


Text Example

White with #A0E449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E449; }

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

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

background-color css

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

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

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

border-color css

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

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

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