Html Css Color HEX #A0EF50 Conifer

📋 copy color: '#A0EF50'

red 160 ◦ green 239 ◦ blue 80

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

Shades of Conifer #A0EF50

Tints of Conifer #A0EF50

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.9%

 BLUE value IS 80 (31.64% from 255) = 16.7%

R = 33.4%
G = 49.9%
B = 16.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#A0EF50 (or 0xA0EF50) is known color: Conifer. HEX triplet: A0, EF and 50. RGB value is (160,239,80). Sum of RGB (Red+Green+Blue) = 160+239+80=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EF50 is #5F10AF. Grayscale: #C5C5C5. Windows color (decimal): -6230192 or 5304224. OLE color: 5304224.

HSL color Cylindrical-coordinate representation of color #A0EF50: hue angle of 89.81º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0EF50 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 239 80 -
CMYK 0.33 0 0.67 0.06
HSL 89.81º 0.83% 0.63% -
HSV(B) 89.81º 0.67% 0.94% -
XYZ 46.81 69.79 18.59 -
YUV 197.25 61.83 101.43 -
System Red Green Blue C M Y K H S L
Decimal 160 239 80 0.33 0 0.67 0.06 89.81 0.83 0.63
Hex A0 EF 50 21 0 43 6 5A 53 3F
Octal 240 357 120 41 0 103 6 132 123 77
Binary 10100000 11101111 1010000 100001 0 1000011 110 1011010 1010011 111111

Color Harmonies of #A0EF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EF50

Black with #A0EF50

Text Example


Text Example

White with #A0EF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EF50; }

 p { color: rgb(160,239,80); }

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

background-color css

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

 a { background-color: rgb(160,239,80); }

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

border-color css

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

 span { border-color: rgb(160,239,80); }

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