Html Css Color HEX #94E695 Light Green

📋 copy color: '#94E695'

red 148 ◦ green 230 ◦ blue 149

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

Shades of Light Green #94E695

Tints of Light Green #94E695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.27%

R = 28.08%
G = 43.64%
B = 28.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#94E695 (or 0x94E695) is known color: Light Green. HEX triplet: 94, E6 and 95. RGB value is (148,230,149). Sum of RGB (Red+Green+Blue) = 148+230+149=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #94E695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94E695 is #6B196A. Grayscale: #C4C4C4. Windows color (decimal): -7018859 or 9823892. OLE color: 9823892.

HSL color Cylindrical-coordinate representation of color #94E695: hue angle of 120.73º 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 #94E695 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 230 149 -
CMYK 0.36 0 0.35 0.10
HSL 120.73º 0.62% 0.74% -
HSV(B) 120.73º 0.36% 0.9% -
XYZ 45.93 65.06 38.57 -
YUV 196.25 101.33 93.59 -
System Red Green Blue C M Y K H S L
Decimal 148 230 149 0.36 0 0.35 0.10 120.73 0.62 0.74
Hex 94 E6 95 24 0 23 A 79 3E 4A
Octal 224 346 225 44 0 43 12 171 76 112
Binary 10010100 11100110 10010101 100100 0 100011 1010 1111001 111110 1001010

Color Harmonies of #94E695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E695

Black with #94E695

Text Example


Text Example

White with #94E695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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