Html Css Color HEX #94F3A1 Pale Green

📋 copy color: '#94F3A1'

red 148 ◦ green 243 ◦ blue 161

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

Shades of Pale Green #94F3A1

Tints of Pale Green #94F3A1

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.02%

 BLUE value IS 161 (63.28% from 255) = 29.17%

R = 26.81%
G = 44.02%
B = 29.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#94F3A1 (or 0x94F3A1) is known color: Pale Green. HEX triplet: 94, F3 and A1. RGB value is (148,243,161). Sum of RGB (Red+Green+Blue) = 148+243+161=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 161 (63.28% from 255 or 29.17% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #94F3A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F3A1 is #6B0C5E. Grayscale: #CDCDCD. Windows color (decimal): -7015519 or 10613652. OLE color: 10613652.

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

Color convert

RGB 148 243 161 -
CMYK 0.39 0 0.34 0.05
HSL 128.21º 0.8% 0.77% -
HSV(B) 128.21º 0.39% 0.95% -
XYZ 50.7 72.97 45.13 -
YUV 205.25 103.03 87.17 -
System Red Green Blue C M Y K H S L
Decimal 148 243 161 0.39 0 0.34 0.05 128.21 0.8 0.77
Hex 94 F3 A1 27 0 22 5 80 50 4D
Octal 224 363 241 47 0 42 5 200 120 115
Binary 10010100 11110011 10100001 100111 0 100010 101 10000000 1010000 1001101

Color Harmonies of #94F3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F3A1

Black with #94F3A1

Text Example


Text Example

White with #94F3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,243,161); }

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

background-color css

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

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

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

border-color css

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

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

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