Html Css Color HEX #94F9A2 Pale Green

📋 copy color: '#94F9A2'

red 148 ◦ green 249 ◦ blue 162

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

Shades of Pale Green #94F9A2

Tints of Pale Green #94F9A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 28.98%

R = 26.48%
G = 44.54%
B = 28.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#94F9A2 (or 0x94F9A2) is known color: Pale Green. HEX triplet: 94, F9 and A2. RGB value is (148,249,162). Sum of RGB (Red+Green+Blue) = 148+249+162=559 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.48% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 162 (63.67% from 255 or 28.98% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #94F9A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F9A2 is #6B065D. Grayscale: #D1D1D1. Windows color (decimal): -7013982 or 10680724. OLE color: 10680724.

HSL color Cylindrical-coordinate representation of color #94F9A2: hue angle of 128.32º degrees, saturation: 0.89, 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 #94F9A2 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 249 162 -
CMYK 0.41 0 0.35 0.02
HSL 128.32º 0.89% 0.78% -
HSV(B) 128.32º 0.41% 0.98% -
XYZ 52.61 76.66 46.21 -
YUV 208.88 101.54 84.57 -
System Red Green Blue C M Y K H S L
Decimal 148 249 162 0.41 0 0.35 0.02 128.32 0.89 0.78
Hex 94 F9 A2 29 0 23 2 80 59 4E
Octal 224 371 242 51 0 43 2 200 131 116
Binary 10010100 11111001 10100010 101001 0 100011 10 10000000 1011001 1001110

Color Harmonies of #94F9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F9A2

Black with #94F9A2

Text Example


Text Example

White with #94F9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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