#AFEF7B

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

Shades of Feijoa #AFEF7B

Tints of Feijoa #AFEF7B

Color information

#AFEF7B (or 0xAFEF7B) is unknown color: approx Feijoa. HEX triplet: AF, EF and 7B. RGB value is (175,239,123). Sum of RGB (Red+Green+Blue) = 175+239+123=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEF7B is #501084. Grayscale: #CFCFCF. Windows color (decimal): -5247109 or 8122287. OLE color: 8122287.

HSL color Cylindrical-coordinate representation of color #AFEF7B: hue angle of 93.1º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFEF7B is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB175239123-
CMYK0.2700.490.06
HSL93.1º78.38%70.98%-
HSV(B)93.1º48.54%93.73%-
XYZ52.1272.2829.94-
YUV206.6480.8105.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 239 (93.75% from 255) = 44.51%
BLUE value IS 123 (48.44% from 255) = 22.91%
R=32.59%
G=44.51%
B=22.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752391230.2700.490.0693.178.3870.98
HexAFEF7B1B03165d4e47
Octal257357173330616135116107
Binary10101111111011111111011110110110001110101110110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEF7B; }

 p { color: rgb(175,239,123); }

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

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

 a { background-color: rgb(175,239,123); }

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

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

 span { border-color: rgb(175,239,123); }

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