Html Css Color HEX #94EDA0 Light Green

📋 copy color: '#94EDA0'

red 148 ◦ green 237 ◦ blue 160

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

Shades of Light Green #94EDA0

Tints of Light Green #94EDA0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.49%

 BLUE value IS 160 (62.89% from 255) = 29.36%

R = 27.16%
G = 43.49%
B = 29.36%

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

#94EDA0 (or 0x94EDA0) is known color: Light Green. HEX triplet: 94, ED and A0. RGB value is (148,237,160). Sum of RGB (Red+Green+Blue) = 148+237+160=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #94EDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EDA0 is #6B125F. Grayscale: #C9C9C9. Windows color (decimal): -7017056 or 10546580. OLE color: 10546580.

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

Color convert

RGB 148 237 160 -
CMYK 0.38 0 0.32 0.07
HSL 128.09º 0.71% 0.75% -
HSV(B) 128.09º 0.38% 0.93% -
XYZ 48.84 69.4 44.08 -
YUV 201.61 104.51 89.76 -
System Red Green Blue C M Y K H S L
Decimal 148 237 160 0.38 0 0.32 0.07 128.09 0.71 0.75
Hex 94 ED A0 26 0 20 7 80 47 4B
Octal 224 355 240 46 0 40 7 200 107 113
Binary 10010100 11101101 10100000 100110 0 100000 111 10000000 1000111 1001011

Color Harmonies of #94EDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EDA0

Black with #94EDA0

Text Example


Text Example

White with #94EDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,237,160); }

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

background-color css

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

 a { background-color: rgb(148,237,160); }

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

border-color css

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

 span { border-color: rgb(148,237,160); }

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