Html Css Color HEX #A0D736 Atlantis

📋 copy color: '#A0D736'

red 160 ◦ green 215 ◦ blue 54

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

Shades of Atlantis #A0D736

Tints of Atlantis #A0D736

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.12%

 BLUE value IS 54 (21.48% from 255) = 12.59%

R = 37.3%
G = 50.12%
B = 12.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#A0D736 (or 0xA0D736) is known color: Atlantis. HEX triplet: A0, D7 and 36. RGB value is (160,215,54). Sum of RGB (Red+Green+Blue) = 160+215+54=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D736 is #5F28C9. Grayscale: #B4B4B4. Windows color (decimal): -6236362 or 3594144. OLE color: 3594144.

HSL color Cylindrical-coordinate representation of color #A0D736: hue angle of 80.5º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0D736 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 215 54 -
CMYK 0.26 0 0.75 0.16
HSL 80.5º 0.67% 0.53% -
HSV(B) 80.5º 0.75% 0.84% -
XYZ 39.46 56.34 12.28 -
YUV 180.2 56.78 113.59 -
System Red Green Blue C M Y K H S L
Decimal 160 215 54 0.26 0 0.75 0.16 80.5 0.67 0.53
Hex A0 D7 36 1A 0 4B 10 50 43 35
Octal 240 327 66 32 0 113 20 120 103 65
Binary 10100000 11010111 110110 11010 0 1001011 10000 1010000 1000011 110101

Color Harmonies of #A0D736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D736

Black with #A0D736

Text Example


Text Example

White with #A0D736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D736; }

 p { color: rgb(160,215,54); }

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

background-color css

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

 a { background-color: rgb(160,215,54); }

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

border-color css

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

 span { border-color: rgb(160,215,54); }

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