Html Css Color HEX #94EEA6 Pale Green

📋 copy color: '#94EEA6'

red 148 ◦ green 238 ◦ blue 166

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

Shades of Pale Green #94EEA6

Tints of Pale Green #94EEA6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.12%

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

R = 26.81%
G = 43.12%
B = 30.07%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#94EEA6 (or 0x94EEA6) is known color: Pale Green. HEX triplet: 94, EE and A6. RGB value is (148,238,166). Sum of RGB (Red+Green+Blue) = 148+238+166=552 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.81% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #94EEA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EEA6 is #6B1159. Grayscale: #CBCBCB. Windows color (decimal): -7016794 or 10940052. OLE color: 10940052.

HSL color Cylindrical-coordinate representation of color #94EEA6: hue angle of 132º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EEA6 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 238 166 -
CMYK 0.38 0 0.30 0.07
HSL 132º 0.73% 0.76% -
HSV(B) 132º 0.38% 0.93% -
XYZ 49.67 70.2 47.01 -
YUV 202.88 107.18 88.85 -
System Red Green Blue C M Y K H S L
Decimal 148 238 166 0.38 0 0.30 0.07 132 0.73 0.76
Hex 94 EE A6 26 0 1E 7 84 49 4C
Octal 224 356 246 46 0 36 7 204 111 114
Binary 10010100 11101110 10100110 100110 0 11110 111 10000100 1001001 1001100

Color Harmonies of #94EEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EEA6

Black with #94EEA6

Text Example


Text Example

White with #94EEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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