Html Css Color HEX #94FB6A Light Green

📋 copy color: '#94FB6A'

red 148 ◦ green 251 ◦ blue 106

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

Shades of Light Green #94FB6A

Tints of Light Green #94FB6A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.7%

 BLUE value IS 106 (41.8% from 255) = 20.99%

R = 29.31%
G = 49.7%
B = 20.99%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#94FB6A (or 0x94FB6A) is known color: Light Green. HEX triplet: 94, FB and 6A. RGB value is (148,251,106). Sum of RGB (Red+Green+Blue) = 148+251+106=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 251 - color contains mainly: green. Hex color #94FB6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FB6A is #6B0495. Grayscale: #CCCCCC. Windows color (decimal): -7013526 or 7011220. OLE color: 7011220.

HSL color Cylindrical-coordinate representation of color #94FB6A: hue angle of 102.62º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94FB6A is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 251 106 -
CMYK 0.41 0 0.58 0.02
HSL 102.62º 0.95% 0.7% -
HSV(B) 102.62º 0.58% 0.98% -
XYZ 49.31 76.33 25.77 -
YUV 203.67 72.88 88.29 -
System Red Green Blue C M Y K H S L
Decimal 148 251 106 0.41 0 0.58 0.02 102.62 0.95 0.7
Hex 94 FB 6A 29 0 3A 2 67 5F 46
Octal 224 373 152 51 0 72 2 147 137 106
Binary 10010100 11111011 1101010 101001 0 111010 10 1100111 1011111 1000110

Color Harmonies of #94FB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FB6A

Black with #94FB6A

Text Example


Text Example

White with #94FB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,251,106); }

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

background-color css

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

 a { background-color: rgb(148,251,106); }

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

border-color css

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

 span { border-color: rgb(148,251,106); }

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