#95F96A

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

Shades of Feijoa #95F96A

Tints of Feijoa #95F96A

Color information

#95F96A (or 0x95F96A) is unknown color: approx Feijoa. HEX triplet: 95, F9 and 6A. RGB value is (149,249,106). Sum of RGB (Red+Green+Blue) = 149+249+106=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #95F96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F96A is #6A0695. Grayscale: #CBCBCB. Windows color (decimal): -6948502 or 7010709. OLE color: 7010709.

HSL color Cylindrical-coordinate representation of color #95F96A: hue angle of 101.96º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95F96A is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB149249106-
CMYK0.4000.570.02
HSL101.96º92.26%69.61%-
HSV(B)101.96º57.43%97.65%-
XYZ48.8775.1825.57-
YUV202.873.3789.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.56%
GREEN value IS 249 (97.66% from 255) = 49.40%
BLUE value IS 106 (41.80% from 255) = 21.03%
R=29.56%
G=49.40%
B=21.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492491060.4000.570.02101.9692.2669.61
Hex95F96A280392665c46
Octal225371152500712146134106
Binary10010101111110011101010101000011100110110011010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95F96A; }

 p { color: rgb(149,249,106); }

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

<style>
 a { background-color: #95F96A; }

 a { background-color: rgb(149,249,106); }

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

<style>
 span { border-color: #95F96A; }

 span { border-color: rgb(149,249,106); }

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