Html Css Color HEX #94F299 Pale Green

📋 copy color: '#94F299'

red 148 ◦ green 242 ◦ blue 153

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

Shades of Pale Green #94F299

Tints of Pale Green #94F299

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.57%

 BLUE value IS 153 (60.16% from 255) = 28.18%

R = 27.26%
G = 44.57%
B = 28.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#94F299 (or 0x94F299) is known color: Pale Green. HEX triplet: 94, F2 and 99. RGB value is (148,242,153). Sum of RGB (Red+Green+Blue) = 148+242+153=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #94F299 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F299 is #6B0D66. Grayscale: #CCCCCC. Windows color (decimal): -7015783 or 10089108. OLE color: 10089108.

HSL color Cylindrical-coordinate representation of color #94F299: hue angle of 123.19º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F299 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 242 153 -
CMYK 0.39 0 0.37 0.05
HSL 123.19º 0.78% 0.76% -
HSV(B) 123.19º 0.39% 0.95% -
XYZ 49.71 72.1 41.43 -
YUV 203.75 99.36 88.24 -
System Red Green Blue C M Y K H S L
Decimal 148 242 153 0.39 0 0.37 0.05 123.19 0.78 0.76
Hex 94 F2 99 27 0 25 5 7B 4E 4C
Octal 224 362 231 47 0 45 5 173 116 114
Binary 10010100 11110010 10011001 100111 0 100101 101 1111011 1001110 1001100

Color Harmonies of #94F299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F299

Black with #94F299

Text Example


Text Example

White with #94F299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,242,153); }

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

background-color css

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

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

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

border-color css

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

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

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