Html Css Color HEX #A0E833 Atlantis

📋 copy color: '#A0E833'

red 160 ◦ green 232 ◦ blue 51

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

Shades of Atlantis #A0E833

Tints of Atlantis #A0E833

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.37%

 BLUE value IS 51 (20.31% from 255) = 11.51%

R = 36.12%
G = 52.37%
B = 11.51%

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

#A0E833 (or 0xA0E833) is known color: Atlantis. HEX triplet: A0, E8 and 33. RGB value is (160,232,51). Sum of RGB (Red+Green+Blue) = 160+232+51=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 232 (91.02% from 255 or 52.37% from 443); Blue value is 51 (20.31% from 255 or 11.51% from 443); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E833 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0E833 is #5F17CC. Grayscale: #BEBEBE. Windows color (decimal): -6232013 or 3401888. OLE color: 3401888.

HSL color Cylindrical-coordinate representation of color #A0E833: hue angle of 83.87º degrees, saturation: 0.8, 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 #A0E833 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 232 51 -
CMYK 0.31 0 0.78 0.09
HSL 83.87º 0.8% 0.55% -
HSV(B) 83.87º 0.78% 0.91% -
XYZ 43.95 65.43 13.44 -
YUV 189.84 49.65 106.72 -
System Red Green Blue C M Y K H S L
Decimal 160 232 51 0.31 0 0.78 0.09 83.87 0.8 0.55
Hex A0 E8 33 1F 0 4E 9 54 50 37
Octal 240 350 63 37 0 116 11 124 120 67
Binary 10100000 11101000 110011 11111 0 1001110 1001 1010100 1010000 110111

Color Harmonies of #A0E833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E833

Black with #A0E833

Text Example


Text Example

White with #A0E833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E833; }

 p { color: rgb(160,232,51); }

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

background-color css

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

 a { background-color: rgb(160,232,51); }

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

border-color css

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

 span { border-color: rgb(160,232,51); }

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