Html Css Color HEX #A0D33D Atlantis

📋 copy color: '#A0D33D'

red 160 ◦ green 211 ◦ blue 61

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

Shades of Atlantis #A0D33D

Tints of Atlantis #A0D33D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.84%

 BLUE value IS 61 (24.22% from 255) = 14.12%

R = 37.04%
G = 48.84%
B = 14.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#A0D33D (or 0xA0D33D) is known color: Atlantis. HEX triplet: A0, D3 and 3D. RGB value is (160,211,61). Sum of RGB (Red+Green+Blue) = 160+211+61=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D33D is #5F2CC2. Grayscale: #B3B3B3. Windows color (decimal): -6237379 or 4051872. OLE color: 4051872.

HSL color Cylindrical-coordinate representation of color #A0D33D: hue angle of 80.4º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0D33D is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 211 61 -
CMYK 0.24 0 0.71 0.17
HSL 80.4º 0.63% 0.53% -
HSV(B) 80.4º 0.71% 0.83% -
XYZ 38.63 54.4 12.88 -
YUV 178.65 61.6 114.7 -
System Red Green Blue C M Y K H S L
Decimal 160 211 61 0.24 0 0.71 0.17 80.4 0.63 0.53
Hex A0 D3 3D 18 0 47 11 50 3F 35
Octal 240 323 75 30 0 107 21 120 77 65
Binary 10100000 11010011 111101 11000 0 1000111 10001 1010000 111111 110101

Color Harmonies of #A0D33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D33D

Black with #A0D33D

Text Example


Text Example

White with #A0D33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D33D; }

 p { color: rgb(160,211,61); }

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

background-color css

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

 a { background-color: rgb(160,211,61); }

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

border-color css

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

 span { border-color: rgb(160,211,61); }

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