Html Css Color HEX #94F1A8 Pale Green

📋 copy color: '#94F1A8'

red 148 ◦ green 241 ◦ blue 168

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

Shades of Pale Green #94F1A8

Tints of Pale Green #94F1A8

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.27%

 BLUE value IS 168 (66.02% from 255) = 30.16%

R = 26.57%
G = 43.27%
B = 30.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#94F1A8 (or 0x94F1A8) is known color: Pale Green. HEX triplet: 94, F1 and A8. RGB value is (148,241,168). Sum of RGB (Red+Green+Blue) = 148+241+168=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #94F1A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F1A8 is #6B0E57. Grayscale: #CDCDCD. Windows color (decimal): -7016024 or 11071892. OLE color: 11071892.

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

Color convert

RGB 148 241 168 -
CMYK 0.39 0 0.30 0.05
HSL 132.9º 0.77% 0.76% -
HSV(B) 132.9º 0.39% 0.95% -
XYZ 50.74 72.03 48.28 -
YUV 204.87 107.19 87.44 -
System Red Green Blue C M Y K H S L
Decimal 148 241 168 0.39 0 0.30 0.05 132.9 0.77 0.76
Hex 94 F1 A8 27 0 1E 5 85 4D 4C
Octal 224 361 250 47 0 36 5 205 115 114
Binary 10010100 11110001 10101000 100111 0 11110 101 10000101 1001101 1001100

Color Harmonies of #94F1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F1A8

Black with #94F1A8

Text Example


Text Example

White with #94F1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,241,168); }

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

background-color css

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

 a { background-color: rgb(148,241,168); }

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

border-color css

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

 span { border-color: rgb(148,241,168); }

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