Html Css Color HEX #A0E23B Atlantis

📋 copy color: '#A0E23B'

red 160 ◦ green 226 ◦ blue 59

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

Shades of Atlantis #A0E23B

Tints of Atlantis #A0E23B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.79%

 BLUE value IS 59 (23.44% from 255) = 13.26%

R = 35.96%
G = 50.79%
B = 13.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#A0E23B (or 0xA0E23B) is known color: Atlantis. HEX triplet: A0, E2 and 3B. RGB value is (160,226,59). Sum of RGB (Red+Green+Blue) = 160+226+59=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 226 (88.67% from 255 or 50.79% from 445); Blue value is 59 (23.44% from 255 or 13.26% from 445); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E23B is #5F1DC4. Grayscale: #BBBBBB. Windows color (decimal): -6233541 or 3924640. OLE color: 3924640.

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

Color convert

RGB 160 226 59 -
CMYK 0.29 0 0.74 0.11
HSL 83.71º 0.74% 0.56% -
HSV(B) 83.71º 0.74% 0.89% -
XYZ 42.48 62.18 13.9 -
YUV 187.23 55.63 108.58 -
System Red Green Blue C M Y K H S L
Decimal 160 226 59 0.29 0 0.74 0.11 83.71 0.74 0.56
Hex A0 E2 3B 1D 0 4A B 54 4A 38
Octal 240 342 73 35 0 112 13 124 112 70
Binary 10100000 11100010 111011 11101 0 1001010 1011 1010100 1001010 111000

Color Harmonies of #A0E23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E23B

Black with #A0E23B

Text Example


Text Example

White with #A0E23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E23B; }

 p { color: rgb(160,226,59); }

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

background-color css

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

 a { background-color: rgb(160,226,59); }

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

border-color css

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

 span { border-color: rgb(160,226,59); }

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