Html Css Color HEX #94FCAB Pale Green

📋 copy color: '#94FCAB'

red 148 ◦ green 252 ◦ blue 171

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

Shades of Pale Green #94FCAB

Tints of Pale Green #94FCAB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.13%

 BLUE value IS 171 (67.19% from 255) = 29.95%

R = 25.92%
G = 44.13%
B = 29.95%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#94FCAB (or 0x94FCAB) is known color: Pale Green. HEX triplet: 94, FC and AB. RGB value is (148,252,171). Sum of RGB (Red+Green+Blue) = 148+252+171=571 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.92% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FCAB is #6B0354. Grayscale: #D3D3D3. Windows color (decimal): -7013205 or 11271316. OLE color: 11271316.

HSL color Cylindrical-coordinate representation of color #94FCAB: hue angle of 133.27º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94FCAB is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 252 171 -
CMYK 0.41 0 0.32 0.01
HSL 133.27º 0.95% 0.78% -
HSV(B) 133.27º 0.41% 0.99% -
XYZ 54.37 78.86 50.88 -
YUV 211.67 105.04 82.59 -
System Red Green Blue C M Y K H S L
Decimal 148 252 171 0.41 0 0.32 0.01 133.27 0.95 0.78
Hex 94 FC AB 29 0 20 1 85 5F 4E
Octal 224 374 253 51 0 40 1 205 137 116
Binary 10010100 11111100 10101011 101001 0 100000 1 10000101 1011111 1001110

Color Harmonies of #94FCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FCAB

Black with #94FCAB

Text Example


Text Example

White with #94FCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,252,171); }

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

background-color css

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

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

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

border-color css

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

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

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