Html Css Color HEX #A0E632 Atlantis

📋 copy color: '#A0E632'

red 160 ◦ green 230 ◦ blue 50

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

Shades of Atlantis #A0E632

Tints of Atlantis #A0E632

RGB

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

 GREEN value IS 230 (90.23% from 255) = 52.27%

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

R = 36.36%
G = 52.27%
B = 11.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#A0E632 (or 0xA0E632) is known color: Atlantis. HEX triplet: A0, E6 and 32. RGB value is (160,230,50). Sum of RGB (Red+Green+Blue) = 160+230+50=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 230 (90.23% from 255 or 52.27% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E632 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0E632 is #5F19CD. Grayscale: #BDBDBD. Windows color (decimal): -6232526 or 3335840. OLE color: 3335840.

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

Color convert

RGB 160 230 50 -
CMYK 0.30 0 0.78 0.10
HSL 83.33º 0.78% 0.55% -
HSV(B) 83.33º 0.78% 0.9% -
XYZ 43.37 64.3 13.14 -
YUV 188.55 49.81 107.64 -
System Red Green Blue C M Y K H S L
Decimal 160 230 50 0.30 0 0.78 0.10 83.33 0.78 0.55
Hex A0 E6 32 1E 0 4E A 53 4E 37
Octal 240 346 62 36 0 116 12 123 116 67
Binary 10100000 11100110 110010 11110 0 1001110 1010 1010011 1001110 110111

Color Harmonies of #A0E632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E632

Black with #A0E632

Text Example


Text Example

White with #A0E632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E632; }

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

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

background-color css

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

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

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

border-color css

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

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

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