Html Css Color HEX #94F991 Pale Green

📋 copy color: '#94F991'

red 148 ◦ green 249 ◦ blue 145

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

Shades of Pale Green #94F991

Tints of Pale Green #94F991

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.94%

 BLUE value IS 145 (57.03% from 255) = 26.75%

R = 27.31%
G = 45.94%
B = 26.75%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#94F991 (or 0x94F991) is known color: Pale Green. HEX triplet: 94, F9 and 91. RGB value is (148,249,145). Sum of RGB (Red+Green+Blue) = 148+249+145=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #94F991 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F991 is #6B066E. Grayscale: #CFCFCF. Windows color (decimal): -7013999 or 9566612. OLE color: 9566612.

HSL color Cylindrical-coordinate representation of color #94F991: hue angle of 118.27º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94F991 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 249 145 -
CMYK 0.41 0 0.42 0.02
HSL 118.27º 0.9% 0.77% -
HSV(B) 118.27º 0.42% 0.98% -
XYZ 51.2 76.09 38.78 -
YUV 206.95 93.04 85.96 -
System Red Green Blue C M Y K H S L
Decimal 148 249 145 0.41 0 0.42 0.02 118.27 0.9 0.77
Hex 94 F9 91 29 0 2A 2 76 5A 4D
Octal 224 371 221 51 0 52 2 166 132 115
Binary 10010100 11111001 10010001 101001 0 101010 10 1110110 1011010 1001101

Color Harmonies of #94F991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F991

Black with #94F991

Text Example


Text Example

White with #94F991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,249,145); }

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

background-color css

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

 a { background-color: rgb(148,249,145); }

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

border-color css

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

 span { border-color: rgb(148,249,145); }

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