Html Css Color HEX #94F266 Feijoa

📋 copy color: '#94F266'

red 148 ◦ green 242 ◦ blue 102

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

Shades of Feijoa #94F266

Tints of Feijoa #94F266

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.19%

 BLUE value IS 102 (40.23% from 255) = 20.73%

R = 30.08%
G = 49.19%
B = 20.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#94F266 (or 0x94F266) is known color: Feijoa. HEX triplet: 94, F2 and 66. RGB value is (148,242,102). Sum of RGB (Red+Green+Blue) = 148+242+102=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #94F266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F266 is #6B0D99. Grayscale: #C6C6C6. Windows color (decimal): -7015834 or 6746772. OLE color: 6746772.

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

Color convert

RGB 148 242 102 -
CMYK 0.39 0 0.58 0.05
HSL 100.29º 0.84% 0.67% -
HSV(B) 100.29º 0.58% 0.95% -
XYZ 46.36 70.76 23.78 -
YUV 197.93 73.86 92.38 -
System Red Green Blue C M Y K H S L
Decimal 148 242 102 0.39 0 0.58 0.05 100.29 0.84 0.67
Hex 94 F2 66 27 0 3A 5 64 54 43
Octal 224 362 146 47 0 72 5 144 124 103
Binary 10010100 11110010 1100110 100111 0 111010 101 1100100 1010100 1000011

Color Harmonies of #94F266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F266

Black with #94F266

Text Example


Text Example

White with #94F266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,242,102); }

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

background-color css

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

 a { background-color: rgb(148,242,102); }

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

border-color css

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

 span { border-color: rgb(148,242,102); }

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