Html Css Color HEX #A0E732 Atlantis

📋 copy color: '#A0E732'

red 160 ◦ green 231 ◦ blue 50

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

Shades of Atlantis #A0E732

Tints of Atlantis #A0E732

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.38%

 BLUE value IS 50 (19.92% from 255) = 11.34%

R = 36.28%
G = 52.38%
B = 11.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#A0E732 (or 0xA0E732) is known color: Atlantis. HEX triplet: A0, E7 and 32. RGB value is (160,231,50). Sum of RGB (Red+Green+Blue) = 160+231+50=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 231 (90.62% from 255 or 52.38% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E732 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0E732 is #5F18CD. Grayscale: #BDBDBD. Windows color (decimal): -6232270 or 3336096. OLE color: 3336096.

HSL color Cylindrical-coordinate representation of color #A0E732: hue angle of 83.54º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0E732 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 231 50 -
CMYK 0.31 0 0.78 0.09
HSL 83.54º 0.79% 0.55% -
HSV(B) 83.54º 0.78% 0.91% -
XYZ 43.65 64.86 13.24 -
YUV 189.14 49.48 107.22 -
System Red Green Blue C M Y K H S L
Decimal 160 231 50 0.31 0 0.78 0.09 83.54 0.79 0.55
Hex A0 E7 32 1F 0 4E 9 54 4F 37
Octal 240 347 62 37 0 116 11 124 117 67
Binary 10100000 11100111 110010 11111 0 1001110 1001 1010100 1001111 110111

Color Harmonies of #A0E732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E732

Black with #A0E732

Text Example


Text Example

White with #A0E732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E732; }

 p { color: rgb(160,231,50); }

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

background-color css

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

 a { background-color: rgb(160,231,50); }

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

border-color css

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

 span { border-color: rgb(160,231,50); }

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