Html Css Color HEX #99CF94 Granny Smith Apple

📋 copy color: '#99CF94'

red 153 ◦ green 207 ◦ blue 148

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

Shades of Granny Smith Apple #99CF94

Tints of Granny Smith Apple #99CF94

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.75%

 BLUE value IS 148 (58.2% from 255) = 29.13%

R = 30.12%
G = 40.75%
B = 29.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#99CF94 (or 0x99CF94) is known color: Granny Smith Apple. HEX triplet: 99, CF and 94. RGB value is (153,207,148). Sum of RGB (Red+Green+Blue) = 153+207+148=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CF94 is #66306B. Grayscale: #B8B8B8. Windows color (decimal): -6697068 or 9752473. OLE color: 9752473.

HSL color Cylindrical-coordinate representation of color #99CF94: hue angle of 114.92º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99CF94 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 207 148 -
CMYK 0.26 0 0.29 0.19
HSL 114.92º 0.38% 0.7% -
HSV(B) 114.92º 0.29% 0.81% -
XYZ 40.79 53.54 36.2 -
YUV 184.13 107.61 105.8 -
System Red Green Blue C M Y K H S L
Decimal 153 207 148 0.26 0 0.29 0.19 114.92 0.38 0.7
Hex 99 CF 94 1A 0 1D 13 73 26 46
Octal 231 317 224 32 0 35 23 163 46 106
Binary 10011001 11001111 10010100 11010 0 11101 10011 1110011 100110 1000110

Color Harmonies of #99CF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF94

Black with #99CF94

Text Example


Text Example

White with #99CF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,207,148); }

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

background-color css

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

 a { background-color: rgb(153,207,148); }

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

border-color css

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

 span { border-color: rgb(153,207,148); }

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