Html Css Color HEX #94F896 Pale Green

📋 copy color: '#94F896'

red 148 ◦ green 248 ◦ blue 150

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

Shades of Pale Green #94F896

Tints of Pale Green #94F896

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.42%

 BLUE value IS 150 (58.98% from 255) = 27.47%

R = 27.11%
G = 45.42%
B = 27.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#94F896 (or 0x94F896) is known color: Pale Green. HEX triplet: 94, F8 and 96. RGB value is (148,248,150). Sum of RGB (Red+Green+Blue) = 148+248+150=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #94F896 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F896 is #6B0769. Grayscale: #CFCFCF. Windows color (decimal): -7014250 or 9894036. OLE color: 9894036.

HSL color Cylindrical-coordinate representation of color #94F896: hue angle of 121.2º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F896 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 248 150 -
CMYK 0.40 0 0.40 0.03
HSL 121.2º 0.88% 0.78% -
HSV(B) 121.2º 0.4% 0.97% -
XYZ 51.29 75.63 40.75 -
YUV 206.93 95.87 85.97 -
System Red Green Blue C M Y K H S L
Decimal 148 248 150 0.40 0 0.40 0.03 121.2 0.88 0.78
Hex 94 F8 96 28 0 28 3 79 58 4E
Octal 224 370 226 50 0 50 3 171 130 116
Binary 10010100 11111000 10010110 101000 0 101000 11 1111001 1011000 1001110

Color Harmonies of #94F896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F896

Black with #94F896

Text Example


Text Example

White with #94F896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,248,150); }

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

background-color css

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

 a { background-color: rgb(148,248,150); }

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

border-color css

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

 span { border-color: rgb(148,248,150); }

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