Html Css Color HEX #99D152 Atlantis

📋 copy color: '#99D152'

red 153 ◦ green 209 ◦ blue 82

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

Shades of Atlantis #99D152

Tints of Atlantis #99D152

RGB

 RED value IS 153 (60.16% from 255) = 34.46%

 GREEN value IS 209 (82.03% from 255) = 47.07%

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

R = 34.46%
G = 47.07%
B = 18.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#99D152 (or 0x99D152) is known color: Atlantis. HEX triplet: 99, D1 and 52. RGB value is (153,209,82). Sum of RGB (Red+Green+Blue) = 153+209+82=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 209 - color contains mainly: green. Hex color #99D152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D152 is #662EAD. Grayscale: #B2B2B2. Windows color (decimal): -6696622 or 5427609. OLE color: 5427609.

HSL color Cylindrical-coordinate representation of color #99D152: hue angle of 86.46º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99D152 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 209 82 -
CMYK 0.27 0 0.61 0.18
HSL 86.46º 0.58% 0.57% -
HSV(B) 86.46º 0.61% 0.82% -
XYZ 37.46 52.98 16.23 -
YUV 177.78 73.95 110.33 -
System Red Green Blue C M Y K H S L
Decimal 153 209 82 0.27 0 0.61 0.18 86.46 0.58 0.57
Hex 99 D1 52 1B 0 3D 12 56 3A 39
Octal 231 321 122 33 0 75 22 126 72 71
Binary 10011001 11010001 1010010 11011 0 111101 10010 1010110 111010 111001

Color Harmonies of #99D152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D152

Black with #99D152

Text Example


Text Example

White with #99D152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99D152; }

 p { color: rgb(153,209,82); }

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

background-color css

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

 a { background-color: rgb(153,209,82); }

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

border-color css

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

 span { border-color: rgb(153,209,82); }

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