#92F467

Color #92F467 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #92F467

Tints of Feijoa #92F467

Color information

#92F467 (or 0x92F467) is unknown color: approx Feijoa. HEX triplet: 92, F4 and 67. RGB value is (146,244,103). Sum of RGB (Red+Green+Blue) = 146+244+103=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #92F467 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F467 is #6D0B98. Grayscale: #C7C7C7. Windows color (decimal): -7146393 or 6812818. OLE color: 6812818.

HSL color Cylindrical-coordinate representation of color #92F467: hue angle of 101.7º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #92F467 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB146244103-
CMYK0.4000.580.04
HSL101.7º86.5%68.04%-
HSV(B)101.7º57.79%95.69%-
XYZ46.6571.7924.23-
YUV198.6274.0390.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 244 (95.70% from 255) = 49.49%
BLUE value IS 103 (40.62% from 255) = 20.89%
R=29.61%
G=49.49%
B=20.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1462441030.4000.580.04101.786.568.04
Hex92F4672803A4665744
Octal222364147500724146127104
Binary100100101111010011001111010000111010100110011010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92F467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92F467; }

 p { color: rgb(146,244,103); }

 H1.HeaderClassName
 {
   color: #92F467;
 }
 .AnyTagClassName
 {
   color: #92F467;
 }
</style>
background-color css

<style>
 a { background-color: #92F467; }

 a { background-color: rgb(146,244,103); }

 div.DivClassName
 {
   background-color: #92F467;
 }
 .BgClassName
 {
   background-color: #92F467;
 }
</style>
border-color css

<style>
 span { border-color: #92F467; }

 span { border-color: rgb(146,244,103); }

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