Html Css Color HEX #94F09A Light Green

📋 copy color: '#94F09A'

red 148 ◦ green 240 ◦ blue 154

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

Shades of Light Green #94F09A

Tints of Light Green #94F09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.41%

R = 27.31%
G = 44.28%
B = 28.41%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#94F09A (or 0x94F09A) is known color: Light Green. HEX triplet: 94, F0 and 9A. RGB value is (148,240,154). Sum of RGB (Red+Green+Blue) = 148+240+154=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #94F09A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F09A is #6B0F65. Grayscale: #CACACA. Windows color (decimal): -7016294 or 10154132. OLE color: 10154132.

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

Color convert

RGB 148 240 154 -
CMYK 0.38 0 0.36 0.06
HSL 123.91º 0.75% 0.76% -
HSV(B) 123.91º 0.38% 0.94% -
XYZ 49.21 70.95 41.67 -
YUV 202.69 100.52 88.99 -
System Red Green Blue C M Y K H S L
Decimal 148 240 154 0.38 0 0.36 0.06 123.91 0.75 0.76
Hex 94 F0 9A 26 0 24 6 7C 4B 4C
Octal 224 360 232 46 0 44 6 174 113 114
Binary 10010100 11110000 10011010 100110 0 100100 110 1111100 1001011 1001100

Color Harmonies of #94F09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F09A

Black with #94F09A

Text Example


Text Example

White with #94F09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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