Html Css Color HEX #A0E546 Conifer

📋 copy color: '#A0E546'

red 160 ◦ green 229 ◦ blue 70

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

Shades of Conifer #A0E546

Tints of Conifer #A0E546

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.89%

 BLUE value IS 70 (27.73% from 255) = 15.25%

R = 34.86%
G = 49.89%
B = 15.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#A0E546 (or 0xA0E546) is known color: Conifer. HEX triplet: A0, E5 and 46. RGB value is (160,229,70). Sum of RGB (Red+Green+Blue) = 160+229+70=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 229 (89.84% from 255 or 49.89% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E546 is #5F1AB9. Grayscale: #BEBEBE. Windows color (decimal): -6232762 or 4646304. OLE color: 4646304.

HSL color Cylindrical-coordinate representation of color #A0E546: hue angle of 86.04º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0E546 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 229 70 -
CMYK 0.30 0 0.69 0.10
HSL 86.04º 0.75% 0.59% -
HSV(B) 86.04º 0.69% 0.9% -
XYZ 43.62 63.95 15.84 -
YUV 190.24 60.14 106.43 -
System Red Green Blue C M Y K H S L
Decimal 160 229 70 0.30 0 0.69 0.10 86.04 0.75 0.59
Hex A0 E5 46 1E 0 45 A 56 4B 3B
Octal 240 345 106 36 0 105 12 126 113 73
Binary 10100000 11100101 1000110 11110 0 1000101 1010 1010110 1001011 111011

Color Harmonies of #A0E546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E546

Black with #A0E546

Text Example


Text Example

White with #A0E546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E546; }

 p { color: rgb(160,229,70); }

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

background-color css

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

 a { background-color: rgb(160,229,70); }

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

border-color css

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

 span { border-color: rgb(160,229,70); }

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