Html Css Color HEX #9AD852 Atlantis

📋 copy color: '#9AD852'

red 154 ◦ green 216 ◦ blue 82

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

Shades of Atlantis #9AD852

Tints of Atlantis #9AD852

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.79%

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

R = 34.07%
G = 47.79%
B = 18.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#9AD852 (or 0x9AD852) is known color: Atlantis. HEX triplet: 9A, D8 and 52. RGB value is (154,216,82). Sum of RGB (Red+Green+Blue) = 154+216+82=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD852 is #6527AD. Grayscale: #B6B6B6. Windows color (decimal): -6629294 or 5429402. OLE color: 5429402.

HSL color Cylindrical-coordinate representation of color #9AD852: hue angle of 87.76º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9AD852 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 216 82 -
CMYK 0.29 0 0.62 0.15
HSL 87.76º 0.63% 0.58% -
HSV(B) 87.76º 0.62% 0.85% -
XYZ 39.41 56.59 16.83 -
YUV 182.19 71.46 107.9 -
System Red Green Blue C M Y K H S L
Decimal 154 216 82 0.29 0 0.62 0.15 87.76 0.63 0.58
Hex 9A D8 52 1D 0 3E F 58 3F 3A
Octal 232 330 122 35 0 76 17 130 77 72
Binary 10011010 11011000 1010010 11101 0 111110 1111 1011000 111111 111010

Color Harmonies of #9AD852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD852

Black with #9AD852

Text Example


Text Example

White with #9AD852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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