Html Css Color HEX #99D88E Granny Smith Apple

📋 copy color: '#99D88E'

red 153 ◦ green 216 ◦ blue 142

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

Shades of Granny Smith Apple #99D88E

Tints of Granny Smith Apple #99D88E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.79%

R = 29.94%
G = 42.27%
B = 27.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#99D88E (or 0x99D88E) is known color: Granny Smith Apple. HEX triplet: 99, D8 and 8E. RGB value is (153,216,142). Sum of RGB (Red+Green+Blue) = 153+216+142=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #99D88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D88E is #662771. Grayscale: #BCBCBC. Windows color (decimal): -6694770 or 9361561. OLE color: 9361561.

HSL color Cylindrical-coordinate representation of color #99D88E: hue angle of 111.08º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99D88E is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 216 142 -
CMYK 0.29 0 0.34 0.15
HSL 111.08º 0.49% 0.7% -
HSV(B) 111.08º 0.34% 0.85% -
XYZ 42.58 57.84 34.51 -
YUV 188.73 101.63 102.52 -
System Red Green Blue C M Y K H S L
Decimal 153 216 142 0.29 0 0.34 0.15 111.08 0.49 0.7
Hex 99 D8 8E 1D 0 22 F 6F 31 46
Octal 231 330 216 35 0 42 17 157 61 106
Binary 10011001 11011000 10001110 11101 0 100010 1111 1101111 110001 1000110

Color Harmonies of #99D88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D88E

Black with #99D88E

Text Example


Text Example

White with #99D88E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,216,142); }

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

background-color css

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

 a { background-color: rgb(153,216,142); }

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

border-color css

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

 span { border-color: rgb(153,216,142); }

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