Html Css Color HEX #99D14B Atlantis

📋 copy color: '#99D14B'

red 153 ◦ green 209 ◦ blue 75

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

Shades of Atlantis #99D14B

Tints of Atlantis #99D14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.16%

R = 35.01%
G = 47.83%
B = 17.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#99D14B (or 0x99D14B) is known color: Atlantis. HEX triplet: 99, D1 and 4B. RGB value is (153,209,75). Sum of RGB (Red+Green+Blue) = 153+209+75=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 209 - color contains mainly: green. Hex color #99D14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D14B is #662EB4. Grayscale: #B1B1B1. Windows color (decimal): -6696629 or 4968857. OLE color: 4968857.

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

Color convert

RGB 153 209 75 -
CMYK 0.27 0 0.64 0.18
HSL 85.07º 0.59% 0.56% -
HSV(B) 85.07º 0.64% 0.82% -
XYZ 37.21 52.88 14.9 -
YUV 176.98 70.45 110.9 -
System Red Green Blue C M Y K H S L
Decimal 153 209 75 0.27 0 0.64 0.18 85.07 0.59 0.56
Hex 99 D1 4B 1B 0 40 12 55 3B 38
Octal 231 321 113 33 0 100 22 125 73 70
Binary 10011001 11010001 1001011 11011 0 1000000 10010 1010101 111011 111000

Color Harmonies of #99D14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D14B

Black with #99D14B

Text Example


Text Example

White with #99D14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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