Html Css Color HEX #94F69D Pale Green

📋 copy color: '#94F69D'

red 148 ◦ green 246 ◦ blue 157

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

Shades of Pale Green #94F69D

Tints of Pale Green #94F69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.49%

R = 26.86%
G = 44.65%
B = 28.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#94F69D (or 0x94F69D) is known color: Pale Green. HEX triplet: 94, F6 and 9D. RGB value is (148,246,157). Sum of RGB (Red+Green+Blue) = 148+246+157=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #94F69D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F69D is #6B0962. Grayscale: #CECECE. Windows color (decimal): -7014755 or 10352276. OLE color: 10352276.

HSL color Cylindrical-coordinate representation of color #94F69D: hue angle of 125.51º 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 #94F69D is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 246 157 -
CMYK 0.40 0 0.36 0.04
HSL 125.51º 0.84% 0.77% -
HSV(B) 125.51º 0.4% 0.96% -
XYZ 51.25 74.64 43.6 -
YUV 206.55 100.03 86.24 -
System Red Green Blue C M Y K H S L
Decimal 148 246 157 0.40 0 0.36 0.04 125.51 0.84 0.77
Hex 94 F6 9D 28 0 24 4 7E 54 4D
Octal 224 366 235 50 0 44 4 176 124 115
Binary 10010100 11110110 10011101 101000 0 100100 100 1111110 1010100 1001101

Color Harmonies of #94F69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F69D

Black with #94F69D

Text Example


Text Example

White with #94F69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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