#AFF27B

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

Shades of Feijoa #AFF27B

Tints of Feijoa #AFF27B

Color information

#AFF27B (or 0xAFF27B) is unknown color: approx Feijoa. HEX triplet: AF, F2 and 7B. RGB value is (175,242,123). Sum of RGB (Red+Green+Blue) = 175+242+123=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF27B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF27B is #500D84. Grayscale: #D0D0D0. Windows color (decimal): -5246341 or 8123055. OLE color: 8123055.

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

Color convert

RGB175242123-
CMYK0.2800.490.05
HSL93.78º82.07%71.57%-
HSV(B)93.78º49.17%94.9%-
XYZ53.0174.0530.24-
YUV208.479.8104.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 242 (94.92% from 255) = 44.81%
BLUE value IS 123 (48.44% from 255) = 22.78%
R=32.41%
G=44.81%
B=22.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752421230.2800.490.0593.7882.0771.57
HexAFF27B1C03155e5248
Octal257362173340615136122110
Binary10101111111100101111011111000110001101101111010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF27B; }

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

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

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

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

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

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

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

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