Html Css Color HEX #94D592 Granny Smith Apple

📋 copy color: '#94D592'

red 148 ◦ green 213 ◦ blue 146

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

Shades of Granny Smith Apple #94D592

Tints of Granny Smith Apple #94D592

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.01%

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

R = 29.19%
G = 42.01%
B = 28.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#94D592 (or 0x94D592) is known color: Granny Smith Apple. HEX triplet: 94, D5 and 92. RGB value is (148,213,146). Sum of RGB (Red+Green+Blue) = 148+213+146=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #94D592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D592 is #6B2A6D. Grayscale: #BABABA. Windows color (decimal): -7023214 or 9622932. OLE color: 9622932.

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

Color convert

RGB 148 213 146 -
CMYK 0.31 0 0.31 0.16
HSL 118.21º 0.44% 0.7% -
HSV(B) 118.21º 0.31% 0.84% -
XYZ 41.2 55.96 35.82 -
YUV 185.93 105.47 100.95 -
System Red Green Blue C M Y K H S L
Decimal 148 213 146 0.31 0 0.31 0.16 118.21 0.44 0.7
Hex 94 D5 92 1F 0 1F 10 76 2C 46
Octal 224 325 222 37 0 37 20 166 54 106
Binary 10010100 11010101 10010010 11111 0 11111 10000 1110110 101100 1000110

Color Harmonies of #94D592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D592

Black with #94D592

Text Example


Text Example

White with #94D592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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