Html Css Color HEX #A2D933 Atlantis

📋 copy color: '#A2D933'

red 162 ◦ green 217 ◦ blue 51

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

Shades of Atlantis #A2D933

Tints of Atlantis #A2D933

RGB

 RED value IS 162 (63.67% from 255) = 37.67%

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

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

R = 37.67%
G = 50.47%
B = 11.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#A2D933 (or 0xA2D933) is known color: Atlantis. HEX triplet: A2, D9 and 33. RGB value is (162,217,51). Sum of RGB (Red+Green+Blue) = 162+217+51=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D933 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D933 is #5D26CC. Grayscale: #B6B6B6. Windows color (decimal): -6104781 or 3398050. OLE color: 3398050.

HSL color Cylindrical-coordinate representation of color #A2D933: hue angle of 79.88º 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 #A2D933 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 217 51 -
CMYK 0.25 0 0.76 0.15
HSL 79.88º 0.69% 0.53% -
HSV(B) 79.88º 0.76% 0.85% -
XYZ 40.31 57.55 12.11 -
YUV 181.63 54.28 114 -
System Red Green Blue C M Y K H S L
Decimal 162 217 51 0.25 0 0.76 0.15 79.88 0.69 0.53
Hex A2 D9 33 19 0 4C F 50 45 35
Octal 242 331 63 31 0 114 17 120 105 65
Binary 10100010 11011001 110011 11001 0 1001100 1111 1010000 1000101 110101

Color Harmonies of #A2D933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D933

Black with #A2D933

Text Example


Text Example

White with #A2D933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D933; }

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

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

background-color css

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

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

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

border-color css

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

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

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