#AFF381

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

Shades of Feijoa #AFF381

Tints of Feijoa #AFF381

Color information

#AFF381 (or 0xAFF381) is unknown color: approx Feijoa. HEX triplet: AF, F3 and 81. RGB value is (175,243,129). Sum of RGB (Red+Green+Blue) = 175+243+129=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF381 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF381 is #500C7E. Grayscale: #D2D2D2. Windows color (decimal): -5246079 or 8516527. OLE color: 8516527.

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

Color convert

RGB175243129-
CMYK0.2800.470.05
HSL95.79º82.61%72.94%-
HSV(B)95.79º46.91%95.29%-
XYZ53.6974.832.38-
YUV209.6782.47103.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 243 (95.31% from 255) = 44.42%
BLUE value IS 129 (50.78% from 255) = 23.58%
R=31.99%
G=44.42%
B=23.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752431290.2800.470.0595.7982.6172.94
HexAFF3811C02F5605349
Octal257363201340575140123111
Binary101011111111001110000001111000101111101110000010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF381; }

 p { color: rgb(175,243,129); }

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

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

 a { background-color: rgb(175,243,129); }

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

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

 span { border-color: rgb(175,243,129); }

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