Html Css Color HEX #A0D341 Atlantis

📋 copy color: '#A0D341'

red 160 ◦ green 211 ◦ blue 65

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

Shades of Atlantis #A0D341

Tints of Atlantis #A0D341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.91%

R = 36.7%
G = 48.39%
B = 14.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#A0D341 (or 0xA0D341) is known color: Atlantis. HEX triplet: A0, D3 and 41. RGB value is (160,211,65). Sum of RGB (Red+Green+Blue) = 160+211+65=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D341 is #5F2CBE. Grayscale: #B3B3B3. Windows color (decimal): -6237375 or 4314016. OLE color: 4314016.

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

Color convert

RGB 160 211 65 -
CMYK 0.24 0 0.69 0.17
HSL 80.96º 0.62% 0.54% -
HSV(B) 80.96º 0.69% 0.83% -
XYZ 38.75 54.44 13.47 -
YUV 179.11 63.6 114.37 -
System Red Green Blue C M Y K H S L
Decimal 160 211 65 0.24 0 0.69 0.17 80.96 0.62 0.54
Hex A0 D3 41 18 0 45 11 51 3E 36
Octal 240 323 101 30 0 105 21 121 76 66
Binary 10100000 11010011 1000001 11000 0 1000101 10001 1010001 111110 110110

Color Harmonies of #A0D341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D341

Black with #A0D341

Text Example


Text Example

White with #A0D341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D341; }

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

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

background-color css

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

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

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

border-color css

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

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

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