Html Css Color HEX #99DA98 Granny Smith Apple

📋 copy color: '#99DA98'

red 153 ◦ green 218 ◦ blue 152

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

Shades of Granny Smith Apple #99DA98

Tints of Granny Smith Apple #99DA98

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.68%

 BLUE value IS 152 (59.77% from 255) = 29.06%

R = 29.25%
G = 41.68%
B = 29.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#99DA98 (or 0x99DA98) is known color: Granny Smith Apple. HEX triplet: 99, DA and 98. RGB value is (153,218,152). Sum of RGB (Red+Green+Blue) = 153+218+152=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 152 (59.77% from 255 or 29.06% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DA98 is #662567. Grayscale: #BFBFBF. Windows color (decimal): -6694248 or 10017433. OLE color: 10017433.

HSL color Cylindrical-coordinate representation of color #99DA98: hue angle of 119.09º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DA98 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 218 152 -
CMYK 0.30 0 0.30 0.15
HSL 119.09º 0.47% 0.73% -
HSV(B) 119.09º 0.3% 0.85% -
XYZ 43.88 59.18 38.82 -
YUV 191.04 105.97 100.87 -
System Red Green Blue C M Y K H S L
Decimal 153 218 152 0.30 0 0.30 0.15 119.09 0.47 0.73
Hex 99 DA 98 1E 0 1E F 77 2F 49
Octal 231 332 230 36 0 36 17 167 57 111
Binary 10011001 11011010 10011000 11110 0 11110 1111 1110111 101111 1001001

Color Harmonies of #99DA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DA98

Black with #99DA98

Text Example


Text Example

White with #99DA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,218,152); }

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

background-color css

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

 a { background-color: rgb(153,218,152); }

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

border-color css

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

 span { border-color: rgb(153,218,152); }

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