#A0F27D

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

Shades of Feijoa #A0F27D

Tints of Feijoa #A0F27D

Color information

#A0F27D (or 0xA0F27D) is unknown color: approx Feijoa. HEX triplet: A0, F2 and 7D. RGB value is (160,242,125). Sum of RGB (Red+Green+Blue) = 160+242+125=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F27D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F27D is #5F0D82. Grayscale: #CCCCCC. Windows color (decimal): -6229379 or 8254112. OLE color: 8254112.

HSL color Cylindrical-coordinate representation of color #A0F27D: hue angle of 102.05º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0F27D is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB160242125-
CMYK0.3400.480.05
HSL102.05º81.82%71.96%-
HSV(B)102.05º48.35%94.9%-
XYZ49.9572.4630.76-
YUV204.1483.3396.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 242 (94.92% from 255) = 45.92%
BLUE value IS 125 (49.22% from 255) = 23.72%
R=30.36%
G=45.92%
B=23.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1602421250.3400.480.05102.0581.8271.96
HexA0F27D220305665248
Octal240362175420605146122110
Binary101000001111001011111011000100110000101110011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F27D; }

 p { color: rgb(160,242,125); }

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

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

 a { background-color: rgb(160,242,125); }

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

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

 span { border-color: rgb(160,242,125); }

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