Html Css Color HEX #94F098 Light Green

📋 copy color: '#94F098'

red 148 ◦ green 240 ◦ blue 152

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

Shades of Light Green #94F098

Tints of Light Green #94F098

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.44%

 BLUE value IS 152 (59.77% from 255) = 28.15%

R = 27.41%
G = 44.44%
B = 28.15%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#94F098 (or 0x94F098) is known color: Light Green. HEX triplet: 94, F0 and 98. RGB value is (148,240,152). Sum of RGB (Red+Green+Blue) = 148+240+152=540 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.41% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #94F098 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F098 is #6B0F67. Grayscale: #CACACA. Windows color (decimal): -7016296 or 10023060. OLE color: 10023060.

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

Color convert

RGB 148 240 152 -
CMYK 0.38 0 0.37 0.06
HSL 122.61º 0.75% 0.76% -
HSV(B) 122.61º 0.38% 0.94% -
XYZ 49.04 70.88 40.8 -
YUV 202.46 99.52 89.16 -
System Red Green Blue C M Y K H S L
Decimal 148 240 152 0.38 0 0.37 0.06 122.61 0.75 0.76
Hex 94 F0 98 26 0 25 6 7B 4B 4C
Octal 224 360 230 46 0 45 6 173 113 114
Binary 10010100 11110000 10011000 100110 0 100101 110 1111011 1001011 1001100

Color Harmonies of #94F098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F098

Black with #94F098

Text Example


Text Example

White with #94F098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,240,152); }

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

background-color css

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

 a { background-color: rgb(148,240,152); }

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

border-color css

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

 span { border-color: rgb(148,240,152); }

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