Html Css Color HEX #94DA92 Granny Smith Apple

📋 copy color: '#94DA92'

red 148 ◦ green 218 ◦ blue 146

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

Shades of Granny Smith Apple #94DA92

Tints of Granny Smith Apple #94DA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.52%

R = 28.91%
G = 42.58%
B = 28.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#94DA92 (or 0x94DA92) is known color: Granny Smith Apple. HEX triplet: 94, DA and 92. RGB value is (148,218,146). Sum of RGB (Red+Green+Blue) = 148+218+146=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DA92 is #6B256D. Grayscale: #BDBDBD. Windows color (decimal): -7021934 or 9624212. OLE color: 9624212.

HSL color Cylindrical-coordinate representation of color #94DA92: hue angle of 118.33º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DA92 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 218 146 -
CMYK 0.32 0 0.33 0.15
HSL 118.33º 0.49% 0.71% -
HSV(B) 118.33º 0.33% 0.85% -
XYZ 42.47 58.51 36.25 -
YUV 188.86 103.81 98.85 -
System Red Green Blue C M Y K H S L
Decimal 148 218 146 0.32 0 0.33 0.15 118.33 0.49 0.71
Hex 94 DA 92 20 0 21 F 76 31 47
Octal 224 332 222 40 0 41 17 166 61 107
Binary 10010100 11011010 10010010 100000 0 100001 1111 1110110 110001 1000111

Color Harmonies of #94DA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DA92

Black with #94DA92

Text Example


Text Example

White with #94DA92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,218,146); }

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

background-color css

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

 a { background-color: rgb(148,218,146); }

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

border-color css

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

 span { border-color: rgb(148,218,146); }

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