Html Css Color HEX #94F6A4 Pale Green

📋 copy color: '#94F6A4'

red 148 ◦ green 246 ◦ blue 164

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

Shades of Pale Green #94F6A4

Tints of Pale Green #94F6A4

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.09%

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

R = 26.52%
G = 44.09%
B = 29.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#94F6A4 (or 0x94F6A4) is known color: Pale Green. HEX triplet: 94, F6 and A4. RGB value is (148,246,164). Sum of RGB (Red+Green+Blue) = 148+246+164=558 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.52% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F6A4 is #6B095B. Grayscale: #CFCFCF. Windows color (decimal): -7014748 or 10811028. OLE color: 10811028.

HSL color Cylindrical-coordinate representation of color #94F6A4: hue angle of 129.8º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F6A4 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 246 164 -
CMYK 0.40 0 0.33 0.04
HSL 129.8º 0.84% 0.77% -
HSV(B) 129.8º 0.4% 0.96% -
XYZ 51.87 74.89 46.84 -
YUV 207.35 103.53 85.67 -
System Red Green Blue C M Y K H S L
Decimal 148 246 164 0.40 0 0.33 0.04 129.8 0.84 0.77
Hex 94 F6 A4 28 0 21 4 82 54 4D
Octal 224 366 244 50 0 41 4 202 124 115
Binary 10010100 11110110 10100100 101000 0 100001 100 10000010 1010100 1001101

Color Harmonies of #94F6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F6A4

Black with #94F6A4

Text Example


Text Example

White with #94F6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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