Html Css Color HEX #94F966 Feijoa

📋 copy color: '#94F966'

red 148 ◦ green 249 ◦ blue 102

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

Shades of Feijoa #94F966

Tints of Feijoa #94F966

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.9%

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

R = 29.66%
G = 49.9%
B = 20.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#94F966 (or 0x94F966) is known color: Feijoa. HEX triplet: 94, F9 and 66. RGB value is (148,249,102). Sum of RGB (Red+Green+Blue) = 148+249+102=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #94F966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F966 is #6B0699. Grayscale: #CACACA. Windows color (decimal): -7014042 or 6748564. OLE color: 6748564.

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

Color convert

RGB 148 249 102 -
CMYK 0.41 0 0.59 0.02
HSL 101.22º 0.92% 0.69% -
HSV(B) 101.22º 0.59% 0.98% -
XYZ 48.49 75.01 24.49 -
YUV 202.04 71.54 89.45 -
System Red Green Blue C M Y K H S L
Decimal 148 249 102 0.41 0 0.59 0.02 101.22 0.92 0.69
Hex 94 F9 66 29 0 3B 2 65 5C 45
Octal 224 371 146 51 0 73 2 145 134 105
Binary 10010100 11111001 1100110 101001 0 111011 10 1100101 1011100 1000101

Color Harmonies of #94F966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94F966

Black with #94F966

Text Example


Text Example

White with #94F966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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