Html Css Color HEX #99D246 Atlantis

📋 copy color: '#99D246'

red 153 ◦ green 210 ◦ blue 70

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

Shades of Atlantis #99D246

Tints of Atlantis #99D246

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.5%

 BLUE value IS 70 (27.73% from 255) = 16.17%

R = 35.33%
G = 48.5%
B = 16.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#99D246 (or 0x99D246) is known color: Atlantis. HEX triplet: 99, D2 and 46. RGB value is (153,210,70). Sum of RGB (Red+Green+Blue) = 153+210+70=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #99D246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D246 is #662DB9. Grayscale: #B1B1B1. Windows color (decimal): -6696378 or 4641433. OLE color: 4641433.

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

Color convert

RGB 153 210 70 -
CMYK 0.27 0 0.67 0.18
HSL 84.43º 0.61% 0.55% -
HSV(B) 84.43º 0.67% 0.82% -
XYZ 37.29 53.31 14.12 -
YUV 177 67.62 110.88 -
System Red Green Blue C M Y K H S L
Decimal 153 210 70 0.27 0 0.67 0.18 84.43 0.61 0.55
Hex 99 D2 46 1B 0 43 12 54 3D 37
Octal 231 322 106 33 0 103 22 124 75 67
Binary 10011001 11010010 1000110 11011 0 1000011 10010 1010100 111101 110111

Color Harmonies of #99D246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D246

Black with #99D246

Text Example


Text Example

White with #99D246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,210,70); }

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

background-color css

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

 a { background-color: rgb(153,210,70); }

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

border-color css

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

 span { border-color: rgb(153,210,70); }

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