#AFF68A

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

Shades of Feijoa #AFF68A

Tints of Feijoa #AFF68A

Color information

#AFF68A (or 0xAFF68A) is unknown color: approx Feijoa. HEX triplet: AF, F6 and 8A. RGB value is (175,246,138). Sum of RGB (Red+Green+Blue) = 175+246+138=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF68A is #500975. Grayscale: #D4D4D4. Windows color (decimal): -5245302 or 9107119. OLE color: 9107119.

HSL color Cylindrical-coordinate representation of color #AFF68A: hue angle of 99.44º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFF68A is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB175246138-
CMYK0.2900.440.04
HSL99.44º85.71%75.29%-
HSV(B)99.44º43.9%96.47%-
XYZ55.2276.8635.97-
YUV212.4685.98101.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 246 (96.48% from 255) = 44.01%
BLUE value IS 138 (54.30% from 255) = 24.69%
R=31.31%
G=44.01%
B=24.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752461380.2900.440.0499.4485.7175.29
HexAFF68A1D02C463564b
Octal257366212350544143126113
Binary101011111111011010001010111010101100100110001110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF68A; }

 p { color: rgb(175,246,138); }

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

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

 a { background-color: rgb(175,246,138); }

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

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

 span { border-color: rgb(175,246,138); }

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