Html Css Color HEX #94EEA2 Pale Green

📋 copy color: '#94EEA2'

red 148 ◦ green 238 ◦ blue 162

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

Shades of Pale Green #94EEA2

Tints of Pale Green #94EEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.56%

R = 27.01%
G = 43.43%
B = 29.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#94EEA2 (or 0x94EEA2) is known color: Pale Green. HEX triplet: 94, EE and A2. RGB value is (148,238,162). Sum of RGB (Red+Green+Blue) = 148+238+162=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #94EEA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EEA2 is #6B115D. Grayscale: #CACACA. Windows color (decimal): -7016798 or 10677908. OLE color: 10677908.

HSL color Cylindrical-coordinate representation of color #94EEA2: hue angle of 129.33º 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 #94EEA2 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 238 162 -
CMYK 0.38 0 0.32 0.07
HSL 129.33º 0.73% 0.76% -
HSV(B) 129.33º 0.38% 0.93% -
XYZ 49.31 70.05 45.11 -
YUV 202.43 105.18 89.18 -
System Red Green Blue C M Y K H S L
Decimal 148 238 162 0.38 0 0.32 0.07 129.33 0.73 0.76
Hex 94 EE A2 26 0 20 7 81 49 4C
Octal 224 356 242 46 0 40 7 201 111 114
Binary 10010100 11101110 10100010 100110 0 100000 111 10000001 1001001 1001100

Color Harmonies of #94EEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EEA2

Black with #94EEA2

Text Example


Text Example

White with #94EEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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