Html Css Color HEX #9AD752 Atlantis

📋 copy color: '#9AD752'

red 154 ◦ green 215 ◦ blue 82

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

Shades of Atlantis #9AD752

Tints of Atlantis #9AD752

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.67%

 BLUE value IS 82 (32.42% from 255) = 18.18%

R = 34.15%
G = 47.67%
B = 18.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#9AD752 (or 0x9AD752) is known color: Atlantis. HEX triplet: 9A, D7 and 52. RGB value is (154,215,82). Sum of RGB (Red+Green+Blue) = 154+215+82=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD752 is #6528AD. Grayscale: #B6B6B6. Windows color (decimal): -6629550 or 5429146. OLE color: 5429146.

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

Color convert

RGB 154 215 82 -
CMYK 0.28 0 0.62 0.16
HSL 87.52º 0.62% 0.58% -
HSV(B) 87.52º 0.62% 0.84% -
XYZ 39.15 56.08 16.74 -
YUV 181.6 71.79 108.31 -
System Red Green Blue C M Y K H S L
Decimal 154 215 82 0.28 0 0.62 0.16 87.52 0.62 0.58
Hex 9A D7 52 1C 0 3E 10 58 3E 3A
Octal 232 327 122 34 0 76 20 130 76 72
Binary 10011010 11010111 1010010 11100 0 111110 10000 1011000 111110 111010

Color Harmonies of #9AD752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD752

Black with #9AD752

Text Example


Text Example

White with #9AD752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,215,82); }

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

background-color css

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

 a { background-color: rgb(154,215,82); }

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

border-color css

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

 span { border-color: rgb(154,215,82); }

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