Html Css Color HEX #94EE6A Gossip

📋 copy color: '#94EE6A'

red 148 ◦ green 238 ◦ blue 106

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

Shades of Gossip #94EE6A

Tints of Gossip #94EE6A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.37%

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

R = 30.08%
G = 48.37%
B = 21.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#94EE6A (or 0x94EE6A) is known color: Gossip. HEX triplet: 94, EE and 6A. RGB value is (148,238,106). Sum of RGB (Red+Green+Blue) = 148+238+106=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #94EE6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EE6A is #6B1195. Grayscale: #C4C4C4. Windows color (decimal): -7016854 or 7007892. OLE color: 7007892.

HSL color Cylindrical-coordinate representation of color #94EE6A: hue angle of 100.91º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94EE6A is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 238 106 -
CMYK 0.38 0 0.55 0.07
HSL 100.91º 0.8% 0.67% -
HSV(B) 100.91º 0.55% 0.93% -
XYZ 45.39 68.49 24.46 -
YUV 196.04 77.18 93.73 -
System Red Green Blue C M Y K H S L
Decimal 148 238 106 0.38 0 0.55 0.07 100.91 0.8 0.67
Hex 94 EE 6A 26 0 37 7 65 50 43
Octal 224 356 152 46 0 67 7 145 120 103
Binary 10010100 11101110 1101010 100110 0 110111 111 1100101 1010000 1000011

Color Harmonies of #94EE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EE6A

Black with #94EE6A

Text Example


Text Example

White with #94EE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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