#95EC6A

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

Shades of Feijoa #95EC6A

Tints of Feijoa #95EC6A

Color information

#95EC6A (or 0x95EC6A) is unknown color: approx Feijoa. HEX triplet: 95, EC and 6A. RGB value is (149,236,106). Sum of RGB (Red+Green+Blue) = 149+236+106=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EC6A is #6A1395. Grayscale: #C3C3C3. Windows color (decimal): -6951830 or 7007381. OLE color: 7007381.

HSL color Cylindrical-coordinate representation of color #95EC6A: hue angle of 100.15º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95EC6A is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB149236106-
CMYK0.3700.550.07
HSL100.15º77.38%67.06%-
HSV(B)100.15º55.08%92.55%-
XYZ44.9967.4224.28-
YUV195.1777.6895.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 236 (92.58% from 255) = 48.07%
BLUE value IS 106 (41.80% from 255) = 21.59%
R=30.35%
G=48.07%
B=21.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492361060.3700.550.07100.1577.3867.06
Hex95EC6A250377644d43
Octal225354152450677144115103
Binary100101011110110011010101001010110111111110010010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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