Html Css Color HEX #94F4A7 Pale Green

📋 copy color: '#94F4A7'

red 148 ◦ green 244 ◦ blue 167

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

Shades of Pale Green #94F4A7

Tints of Pale Green #94F4A7

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.65%

 BLUE value IS 167 (65.63% from 255) = 29.87%

R = 26.48%
G = 43.65%
B = 29.87%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#94F4A7 (or 0x94F4A7) is known color: Pale Green. HEX triplet: 94, F4 and A7. RGB value is (148,244,167). Sum of RGB (Red+Green+Blue) = 148+244+167=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 244 (95.70% from 255 or 43.65% from 559); Blue value is 167 (65.62% from 255 or 29.87% from 559); Max value from RGB is 244 - color contains mainly: green. Hex color #94F4A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F4A7 is #6B0B58. Grayscale: #CECECE. Windows color (decimal): -7015257 or 11007124. OLE color: 11007124.

HSL color Cylindrical-coordinate representation of color #94F4A7: hue angle of 131.88º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F4A7 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 244 167 -
CMYK 0.39 0 0.32 0.04
HSL 131.88º 0.81% 0.77% -
HSV(B) 131.88º 0.39% 0.96% -
XYZ 51.54 73.79 48.09 -
YUV 206.52 105.7 86.26 -
System Red Green Blue C M Y K H S L
Decimal 148 244 167 0.39 0 0.32 0.04 131.88 0.81 0.77
Hex 94 F4 A7 27 0 20 4 84 51 4D
Octal 224 364 247 47 0 40 4 204 121 115
Binary 10010100 11110100 10100111 100111 0 100000 100 10000100 1010001 1001101

Color Harmonies of #94F4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F4A7

Black with #94F4A7

Text Example


Text Example

White with #94F4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,244,167); }

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

background-color css

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

 a { background-color: rgb(148,244,167); }

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

border-color css

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

 span { border-color: rgb(148,244,167); }

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