Html Css Color HEX #94FCA7 Pale Green

📋 copy color: '#94FCA7'

red 148 ◦ green 252 ◦ blue 167

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

Shades of Pale Green #94FCA7

Tints of Pale Green #94FCA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.45%

R = 26.1%
G = 44.44%
B = 29.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#94FCA7 (or 0x94FCA7) is known color: Pale Green. HEX triplet: 94, FC and A7. RGB value is (148,252,167). Sum of RGB (Red+Green+Blue) = 148+252+167=567 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.10% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 167 (65.62% from 255 or 29.45% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #94FCA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FCA7 is #6B0358. Grayscale: #D3D3D3. Windows color (decimal): -7013209 or 11009172. OLE color: 11009172.

HSL color Cylindrical-coordinate representation of color #94FCA7: hue angle of 130.96º 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 #94FCA7 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 252 167 -
CMYK 0.41 0 0.34 0.01
HSL 130.96º 0.95% 0.78% -
HSV(B) 130.96º 0.41% 0.99% -
XYZ 54 78.71 48.91 -
YUV 211.21 103.04 82.91 -
System Red Green Blue C M Y K H S L
Decimal 148 252 167 0.41 0 0.34 0.01 130.96 0.95 0.78
Hex 94 FC A7 29 0 22 1 83 5F 4E
Octal 224 374 247 51 0 42 1 203 137 116
Binary 10010100 11111100 10100111 101001 0 100010 1 10000011 1011111 1001110

Color Harmonies of #94FCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FCA7

Black with #94FCA7

Text Example


Text Example

White with #94FCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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