Html Css Color HEX #94F17A Light Green

📋 copy color: '#94F17A'

red 148 ◦ green 241 ◦ blue 122

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

Shades of Light Green #94F17A

Tints of Light Green #94F17A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.16%

 BLUE value IS 122 (48.05% from 255) = 23.87%

R = 28.96%
G = 47.16%
B = 23.87%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#94F17A (or 0x94F17A) is known color: Light Green. HEX triplet: 94, F1 and 7A. RGB value is (148,241,122). Sum of RGB (Red+Green+Blue) = 148+241+122=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #94F17A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F17A is #6B0E85. Grayscale: #C8C8C8. Windows color (decimal): -7016070 or 8057236. OLE color: 8057236.

HSL color Cylindrical-coordinate representation of color #94F17A: hue angle of 106.89º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94F17A is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 241 122 -
CMYK 0.39 0 0.49 0.05
HSL 106.89º 0.81% 0.71% -
HSV(B) 106.89º 0.49% 0.95% -
XYZ 47.18 70.61 29.56 -
YUV 199.63 84.19 91.18 -
System Red Green Blue C M Y K H S L
Decimal 148 241 122 0.39 0 0.49 0.05 106.89 0.81 0.71
Hex 94 F1 7A 27 0 31 5 6B 51 47
Octal 224 361 172 47 0 61 5 153 121 107
Binary 10010100 11110001 1111010 100111 0 110001 101 1101011 1010001 1000111

Color Harmonies of #94F17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F17A

Black with #94F17A

Text Example


Text Example

White with #94F17A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,241,122); }

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

background-color css

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

 a { background-color: rgb(148,241,122); }

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

border-color css

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

 span { border-color: rgb(148,241,122); }

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