Html Css Color HEX #94D698 Granny Smith Apple

📋 copy color: '#94D698'

red 148 ◦ green 214 ◦ blue 152

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

Shades of Granny Smith Apple #94D698

Tints of Granny Smith Apple #94D698

RGB

 RED value IS 148 (58.2% from 255) = 28.79%

 GREEN value IS 214 (83.98% from 255) = 41.63%

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

R = 28.79%
G = 41.63%
B = 29.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#94D698 (or 0x94D698) is known color: Granny Smith Apple. HEX triplet: 94, D6 and 98. RGB value is (148,214,152). Sum of RGB (Red+Green+Blue) = 148+214+152=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #94D698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D698 is #6B2967. Grayscale: #BBBBBB. Windows color (decimal): -7022952 or 10016404. OLE color: 10016404.

HSL color Cylindrical-coordinate representation of color #94D698: hue angle of 123.64º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D698 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 214 152 -
CMYK 0.31 0 0.29 0.16
HSL 123.64º 0.45% 0.71% -
HSV(B) 123.64º 0.31% 0.84% -
XYZ 41.93 56.66 38.43 -
YUV 187.2 108.13 100.04 -
System Red Green Blue C M Y K H S L
Decimal 148 214 152 0.31 0 0.29 0.16 123.64 0.45 0.71
Hex 94 D6 98 1F 0 1D 10 7C 2D 47
Octal 224 326 230 37 0 35 20 174 55 107
Binary 10010100 11010110 10011000 11111 0 11101 10000 1111100 101101 1000111

Color Harmonies of #94D698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D698

Black with #94D698

Text Example


Text Example

White with #94D698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94D698; }

 p { color: rgb(148,214,152); }

 H1.HeaderClassName
 {
   color: #94D698;
 }
 .AnyTagClassName
 {
   color: #94D698;
 }
</style>

background-color css

<style>
 a { background-color: #94D698; }

 a { background-color: rgb(148,214,152); }

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

border-color css

<style>
 span { border-color: #94D698; }

 span { border-color: rgb(148,214,152); }

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