Html Css Color HEX #9AD53B Atlantis

📋 copy color: '#9AD53B'

red 154 ◦ green 213 ◦ blue 59

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

Shades of Atlantis #9AD53B

Tints of Atlantis #9AD53B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50%

 BLUE value IS 59 (23.44% from 255) = 13.85%

R = 36.15%
G = 50%
B = 13.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#9AD53B (or 0x9AD53B) is known color: Atlantis. HEX triplet: 9A, D5 and 3B. RGB value is (154,213,59). Sum of RGB (Red+Green+Blue) = 154+213+59=426 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.15% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD53B is #652AC4. Grayscale: #B2B2B2. Windows color (decimal): -6630085 or 3921306. OLE color: 3921306.

HSL color Cylindrical-coordinate representation of color #9AD53B: hue angle of 82.99º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9AD53B is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 213 59 -
CMYK 0.28 0 0.72 0.16
HSL 82.99º 0.65% 0.53% -
HSV(B) 82.99º 0.72% 0.84% -
XYZ 37.91 54.77 12.71 -
YUV 177.8 60.95 111.02 -
System Red Green Blue C M Y K H S L
Decimal 154 213 59 0.28 0 0.72 0.16 82.99 0.65 0.53
Hex 9A D5 3B 1C 0 48 10 53 41 35
Octal 232 325 73 34 0 110 20 123 101 65
Binary 10011010 11010101 111011 11100 0 1001000 10000 1010011 1000001 110101

Color Harmonies of #9AD53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD53B

Black with #9AD53B

Text Example


Text Example

White with #9AD53B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,213,59); }

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

background-color css

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

 a { background-color: rgb(154,213,59); }

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

border-color css

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

 span { border-color: rgb(154,213,59); }

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