Html Css Color HEX #9ADD33 Atlantis

📋 copy color: '#9ADD33'

red 154 ◦ green 221 ◦ blue 51

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

Shades of Atlantis #9ADD33

Tints of Atlantis #9ADD33

RGB

 RED value IS 154 (60.55% from 255) = 36.15%

 GREEN value IS 221 (86.72% from 255) = 51.88%

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

R = 36.15%
G = 51.88%
B = 11.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#9ADD33 (or 0x9ADD33) is known color: Atlantis. HEX triplet: 9A, DD and 33. RGB value is (154,221,51). Sum of RGB (Red+Green+Blue) = 154+221+51=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADD33 is #6522CC. Grayscale: #B6B6B6. Windows color (decimal): -6628045 or 3399066. OLE color: 3399066.

HSL color Cylindrical-coordinate representation of color #9ADD33: hue angle of 83.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9ADD33 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 221 51 -
CMYK 0.30 0 0.77 0.13
HSL 83.65º 0.71% 0.53% -
HSV(B) 83.65º 0.77% 0.87% -
XYZ 39.78 58.82 12.39 -
YUV 181.59 54.3 108.32 -
System Red Green Blue C M Y K H S L
Decimal 154 221 51 0.30 0 0.77 0.13 83.65 0.71 0.53
Hex 9A DD 33 1E 0 4D D 54 47 35
Octal 232 335 63 36 0 115 15 124 107 65
Binary 10011010 11011101 110011 11110 0 1001101 1101 1010100 1000111 110101

Color Harmonies of #9ADD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADD33

Black with #9ADD33

Text Example


Text Example

White with #9ADD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ADD33; }

 p { color: rgb(154,221,51); }

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

background-color css

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

 a { background-color: rgb(154,221,51); }

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

border-color css

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

 span { border-color: rgb(154,221,51); }

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