Html Css Color HEX #94F1A6 Pale Green

📋 copy color: '#94F1A6'

red 148 ◦ green 241 ◦ blue 166

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

Shades of Pale Green #94F1A6

Tints of Pale Green #94F1A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.91%

R = 26.67%
G = 43.42%
B = 29.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#94F1A6 (or 0x94F1A6) is known color: Pale Green. HEX triplet: 94, F1 and A6. RGB value is (148,241,166). Sum of RGB (Red+Green+Blue) = 148+241+166=555 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.67% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #94F1A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F1A6 is #6B0E59. Grayscale: #CCCCCC. Windows color (decimal): -7016026 or 10940820. OLE color: 10940820.

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

Color convert

RGB 148 241 166 -
CMYK 0.39 0 0.31 0.05
HSL 131.61º 0.77% 0.76% -
HSV(B) 131.61º 0.39% 0.95% -
XYZ 50.55 71.96 47.3 -
YUV 204.64 106.19 87.6 -
System Red Green Blue C M Y K H S L
Decimal 148 241 166 0.39 0 0.31 0.05 131.61 0.77 0.76
Hex 94 F1 A6 27 0 1F 5 84 4D 4C
Octal 224 361 246 47 0 37 5 204 115 114
Binary 10010100 11110001 10100110 100111 0 11111 101 10000100 1001101 1001100

Color Harmonies of #94F1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F1A6

Black with #94F1A6

Text Example


Text Example

White with #94F1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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