Html Css Color HEX #94E69F Light Green

📋 copy color: '#94E69F'

red 148 ◦ green 230 ◦ blue 159

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

Shades of Light Green #94E69F

Tints of Light Green #94E69F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.83%

 BLUE value IS 159 (62.5% from 255) = 29.61%

R = 27.56%
G = 42.83%
B = 29.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#94E69F (or 0x94E69F) is known color: Light Green. HEX triplet: 94, E6 and 9F. RGB value is (148,230,159). Sum of RGB (Red+Green+Blue) = 148+230+159=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #94E69F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E69F is #6B1960. Grayscale: #C5C5C5. Windows color (decimal): -7018849 or 10479252. OLE color: 10479252.

HSL color Cylindrical-coordinate representation of color #94E69F: hue angle of 128.05º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94E69F is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 230 159 -
CMYK 0.36 0 0.31 0.10
HSL 128.05º 0.62% 0.74% -
HSV(B) 128.05º 0.36% 0.9% -
XYZ 46.77 65.39 42.96 -
YUV 197.39 106.33 92.77 -
System Red Green Blue C M Y K H S L
Decimal 148 230 159 0.36 0 0.31 0.10 128.05 0.62 0.74
Hex 94 E6 9F 24 0 1F A 80 3E 4A
Octal 224 346 237 44 0 37 12 200 76 112
Binary 10010100 11100110 10011111 100100 0 11111 1010 10000000 111110 1001010

Color Harmonies of #94E69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E69F

Black with #94E69F

Text Example


Text Example

White with #94E69F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,230,159); }

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

background-color css

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

 a { background-color: rgb(148,230,159); }

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

border-color css

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

 span { border-color: rgb(148,230,159); }

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