Html Css Color HEX #94FB94 Pale Green

📋 copy color: '#94FB94'

red 148 ◦ green 251 ◦ blue 148

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

Shades of Pale Green #94FB94

Tints of Pale Green #94FB94

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.89%

 BLUE value IS 148 (58.2% from 255) = 27.06%

R = 27.06%
G = 45.89%
B = 27.06%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#94FB94 (or 0x94FB94) is known color: Pale Green. HEX triplet: 94, FB and 94. RGB value is (148,251,148). Sum of RGB (Red+Green+Blue) = 148+251+148=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #94FB94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FB94 is #6B046B. Grayscale: #D0D0D0. Windows color (decimal): -7013484 or 9763732. OLE color: 9763732.

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

Color convert

RGB 148 251 148 -
CMYK 0.41 0 0.41 0.02
HSL 120º 0.93% 0.78% -
HSV(B) 120º 0.41% 0.98% -
XYZ 52.06 77.43 40.22 -
YUV 208.46 93.88 84.88 -
System Red Green Blue C M Y K H S L
Decimal 148 251 148 0.41 0 0.41 0.02 120 0.93 0.78
Hex 94 FB 94 29 0 29 2 78 5D 4E
Octal 224 373 224 51 0 51 2 170 135 116
Binary 10010100 11111011 10010100 101001 0 101001 10 1111000 1011101 1001110

Color Harmonies of #94FB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FB94

Black with #94FB94

Text Example


Text Example

White with #94FB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,251,148); }

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

background-color css

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

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

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

border-color css

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

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

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