#95F169

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

Shades of Feijoa #95F169

Tints of Feijoa #95F169

Color information

#95F169 (or 0x95F169) is unknown color: approx Feijoa. HEX triplet: 95, F1 and 69. RGB value is (149,241,105). Sum of RGB (Red+Green+Blue) = 149+241+105=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #95F169 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F169 is #6A0E96. Grayscale: #C6C6C6. Windows color (decimal): -6950551 or 6943125. OLE color: 6943125.

HSL color Cylindrical-coordinate representation of color #95F169: hue angle of 100.59º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95F169 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB149241105-
CMYK0.3800.560.05
HSL100.59º82.93%67.84%-
HSV(B)100.59º56.43%94.51%-
XYZ46.470.3224.49-
YUV197.9975.5293.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.10%
GREEN value IS 241 (94.53% from 255) = 48.69%
BLUE value IS 105 (41.41% from 255) = 21.21%
R=30.10%
G=48.69%
B=21.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492411050.3800.560.05100.5982.9367.84
Hex95F169260385655344
Octal225361151460705145123104
Binary100101011111000111010011001100111000101110010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,241,105); }

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

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

 a { background-color: rgb(149,241,105); }

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

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

 span { border-color: rgb(149,241,105); }

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