Html Css Color HEX #A0D933 Atlantis

📋 copy color: '#A0D933'

red 160 ◦ green 217 ◦ blue 51

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

Shades of Atlantis #A0D933

Tints of Atlantis #A0D933

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.7%

 BLUE value IS 51 (20.31% from 255) = 11.92%

R = 37.38%
G = 50.7%
B = 11.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#A0D933 (or 0xA0D933) is known color: Atlantis. HEX triplet: A0, D9 and 33. RGB value is (160,217,51). Sum of RGB (Red+Green+Blue) = 160+217+51=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 217 (85.16% from 255 or 50.70% from 428); Blue value is 51 (20.31% from 255 or 11.92% from 428); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D933 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D933 is #5F26CC. Grayscale: #B5B5B5. Windows color (decimal): -6235853 or 3398048. OLE color: 3398048.

HSL color Cylindrical-coordinate representation of color #A0D933: hue angle of 80.6º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0D933 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 217 51 -
CMYK 0.26 0 0.76 0.15
HSL 80.6º 0.69% 0.53% -
HSV(B) 80.6º 0.76% 0.85% -
XYZ 39.91 57.34 12.1 -
YUV 181.03 54.62 113 -
System Red Green Blue C M Y K H S L
Decimal 160 217 51 0.26 0 0.76 0.15 80.6 0.69 0.53
Hex A0 D9 33 1A 0 4C F 51 45 35
Octal 240 331 63 32 0 114 17 121 105 65
Binary 10100000 11011001 110011 11010 0 1001100 1111 1010001 1000101 110101

Color Harmonies of #A0D933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D933

Black with #A0D933

Text Example


Text Example

White with #A0D933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D933; }

 p { color: rgb(160,217,51); }

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

background-color css

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

 a { background-color: rgb(160,217,51); }

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

border-color css

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

 span { border-color: rgb(160,217,51); }

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