Html Css Color HEX #94F163 Feijoa

📋 copy color: '#94F163'

red 148 ◦ green 241 ◦ blue 99

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

Shades of Feijoa #94F163

Tints of Feijoa #94F163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.29%

R = 30.33%
G = 49.39%
B = 20.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#94F163 (or 0x94F163) is known color: Feijoa. HEX triplet: 94, F1 and 63. RGB value is (148,241,99). Sum of RGB (Red+Green+Blue) = 148+241+99=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 99 (39.06% from 255 or 20.29% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #94F163 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F163 is #6B0E9C. Grayscale: #C5C5C5. Windows color (decimal): -7016093 or 6549908. OLE color: 6549908.

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

Color convert

RGB 148 241 99 -
CMYK 0.39 0 0.59 0.05
HSL 99.3º 0.84% 0.67% -
HSV(B) 99.3º 0.59% 0.95% -
XYZ 45.92 70.11 22.92 -
YUV 197.01 72.69 93.05 -
System Red Green Blue C M Y K H S L
Decimal 148 241 99 0.39 0 0.59 0.05 99.3 0.84 0.67
Hex 94 F1 63 27 0 3B 5 63 54 43
Octal 224 361 143 47 0 73 5 143 124 103
Binary 10010100 11110001 1100011 100111 0 111011 101 1100011 1010100 1000011

Color Harmonies of #94F163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F163

Black with #94F163

Text Example


Text Example

White with #94F163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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