Html Css Color HEX #94E084 Granny Smith Apple

📋 copy color: '#94E084'

red 148 ◦ green 224 ◦ blue 132

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

Shades of Granny Smith Apple #94E084

Tints of Granny Smith Apple #94E084

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.44%

 BLUE value IS 132 (51.95% from 255) = 26.19%

R = 29.37%
G = 44.44%
B = 26.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#94E084 (or 0x94E084) is known color: Granny Smith Apple. HEX triplet: 94, E0 and 84. RGB value is (148,224,132). Sum of RGB (Red+Green+Blue) = 148+224+132=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #94E084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E084 is #6B1F7B. Grayscale: #BFBFBF. Windows color (decimal): -7020412 or 8708244. OLE color: 8708244.

HSL color Cylindrical-coordinate representation of color #94E084: hue angle of 109.57º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94E084 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 224 132 -
CMYK 0.34 0 0.41 0.12
HSL 109.57º 0.6% 0.7% -
HSV(B) 109.57º 0.41% 0.88% -
XYZ 43.03 61.27 31.39 -
YUV 190.79 94.82 97.48 -
System Red Green Blue C M Y K H S L
Decimal 148 224 132 0.34 0 0.41 0.12 109.57 0.6 0.7
Hex 94 E0 84 22 0 29 C 6E 3C 46
Octal 224 340 204 42 0 51 14 156 74 106
Binary 10010100 11100000 10000100 100010 0 101001 1100 1101110 111100 1000110

Color Harmonies of #94E084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E084

Black with #94E084

Text Example


Text Example

White with #94E084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,224,132); }

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

background-color css

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

 a { background-color: rgb(148,224,132); }

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

border-color css

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

 span { border-color: rgb(148,224,132); }

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