Html Css Color HEX #94F2A4 Pale Green

📋 copy color: '#94F2A4'

red 148 ◦ green 242 ◦ blue 164

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

Shades of Pale Green #94F2A4

Tints of Pale Green #94F2A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.6%

R = 26.71%
G = 43.68%
B = 29.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#94F2A4 (or 0x94F2A4) is known color: Pale Green. HEX triplet: 94, F2 and A4. RGB value is (148,242,164). Sum of RGB (Red+Green+Blue) = 148+242+164=554 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.71% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #94F2A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F2A4 is #6B0D5B. Grayscale: #CDCDCD. Windows color (decimal): -7015772 or 10810004. OLE color: 10810004.

HSL color Cylindrical-coordinate representation of color #94F2A4: hue angle of 130.21º 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 #94F2A4 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 242 164 -
CMYK 0.39 0 0.32 0.05
HSL 130.21º 0.78% 0.76% -
HSV(B) 130.21º 0.39% 0.95% -
XYZ 50.67 72.48 46.44 -
YUV 205 104.86 87.34 -
System Red Green Blue C M Y K H S L
Decimal 148 242 164 0.39 0 0.32 0.05 130.21 0.78 0.76
Hex 94 F2 A4 27 0 20 5 82 4E 4C
Octal 224 362 244 47 0 40 5 202 116 114
Binary 10010100 11110010 10100100 100111 0 100000 101 10000010 1001110 1001100

Color Harmonies of #94F2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F2A4

Black with #94F2A4

Text Example


Text Example

White with #94F2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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