Html Css Color HEX #94EF8E Light Green

📋 copy color: '#94EF8E'

red 148 ◦ green 239 ◦ blue 142

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

Shades of Light Green #94EF8E

Tints of Light Green #94EF8E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.18%

 BLUE value IS 142 (55.86% from 255) = 26.84%

R = 27.98%
G = 45.18%
B = 26.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#94EF8E (or 0x94EF8E) is known color: Light Green. HEX triplet: 94, EF and 8E. RGB value is (148,239,142). Sum of RGB (Red+Green+Blue) = 148+239+142=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EF8E is #6B1071. Grayscale: #C9C9C9. Windows color (decimal): -7016562 or 9367444. OLE color: 9367444.

HSL color Cylindrical-coordinate representation of color #94EF8E: hue angle of 116.29º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94EF8E is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 239 142 -
CMYK 0.38 0 0.41 0.06
HSL 116.29º 0.75% 0.75% -
HSV(B) 116.29º 0.41% 0.94% -
XYZ 47.96 69.98 36.57 -
YUV 200.73 94.85 90.39 -
System Red Green Blue C M Y K H S L
Decimal 148 239 142 0.38 0 0.41 0.06 116.29 0.75 0.75
Hex 94 EF 8E 26 0 29 6 74 4B 4B
Octal 224 357 216 46 0 51 6 164 113 113
Binary 10010100 11101111 10001110 100110 0 101001 110 1110100 1001011 1001011

Color Harmonies of #94EF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EF8E

Black with #94EF8E

Text Example


Text Example

White with #94EF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,239,142); }

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

background-color css

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

 a { background-color: rgb(148,239,142); }

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

border-color css

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

 span { border-color: rgb(148,239,142); }

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