Html Css Color HEX #A0DF39 Atlantis

📋 copy color: '#A0DF39'

red 160 ◦ green 223 ◦ blue 57

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

Shades of Atlantis #A0DF39

Tints of Atlantis #A0DF39

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50.68%

 BLUE value IS 57 (22.66% from 255) = 12.95%

R = 36.36%
G = 50.68%
B = 12.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#A0DF39 (or 0xA0DF39) is known color: Atlantis. HEX triplet: A0, DF and 39. RGB value is (160,223,57). Sum of RGB (Red+Green+Blue) = 160+223+57=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DF39 is #5F20C6. Grayscale: #B9B9B9. Windows color (decimal): -6234311 or 3792800. OLE color: 3792800.

HSL color Cylindrical-coordinate representation of color #A0DF39: hue angle of 82.77º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0DF39 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 223 57 -
CMYK 0.28 0 0.74 0.13
HSL 82.77º 0.72% 0.55% -
HSV(B) 82.77º 0.74% 0.87% -
XYZ 41.62 60.54 13.36 -
YUV 185.24 55.63 110 -
System Red Green Blue C M Y K H S L
Decimal 160 223 57 0.28 0 0.74 0.13 82.77 0.72 0.55
Hex A0 DF 39 1C 0 4A D 53 48 37
Octal 240 337 71 34 0 112 15 123 110 67
Binary 10100000 11011111 111001 11100 0 1001010 1101 1010011 1001000 110111

Color Harmonies of #A0DF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DF39

Black with #A0DF39

Text Example


Text Example

White with #A0DF39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DF39; }

 p { color: rgb(160,223,57); }

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

background-color css

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

 a { background-color: rgb(160,223,57); }

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

border-color css

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

 span { border-color: rgb(160,223,57); }

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