#a7f185

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

Shades of Feijoa #A7F185

Tints of Feijoa #A7F185

Color information

#A7F185 (or 0xA7F185) is unknown color: approx Feijoa. HEX triplet: A7, F1 and 85. RGB value is (167,241,133). Sum of RGB (Red+Green+Blue) = 167+241+133=541 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.87% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #A7F185 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7F185 is #580E7A. Grayscale: #CECECE. Windows color (decimal): -5770875 or 8778151. OLE color: 8778151.

HSL color Cylindrical-coordinate representation of color #A7F185: hue angle of 101.11º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7F185 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB167241133-
CMYK0.3100.450.05
HSL101.11º79.41%73.33%-
HSV(B)101.11º44.81%94.51%-
XYZ51.6372.8233.52-
YUV206.5686.4899.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.87%
GREEN value IS 241 (94.53% from 255) = 44.55%
BLUE value IS 133 (52.34% from 255) = 24.58%
R=30.87%
G=44.55%
B=24.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672411330.3100.450.05101.1179.4173.33
HexA7F1851F02D5654f49
Octal247361205370555145117111
Binary101001111111000110000101111110101101101110010110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7f185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7f185; }

 p { color: rgb(167,241,133); }

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

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

 a { background-color: rgb(167,241,133); }

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

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

 span { border-color: rgb(167,241,133); }

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