#AFFA3F

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

Shades of Green Yellow #AFFA3F

Tints of Green Yellow #AFFA3F

Color information

#AFFA3F (or 0xAFFA3F) is unknown color: approx Green Yellow. HEX triplet: AF, FA and 3F. RGB value is (175,250,63). Sum of RGB (Red+Green+Blue) = 175+250+63=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 63 (25% from 255 or 12.91% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFA3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFFA3F is #5005C0. Grayscale: #CECECE. Windows color (decimal): -5244353 or 4192943. OLE color: 4192943.

HSL color Cylindrical-coordinate representation of color #AFFA3F: hue angle of 84.06º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFFA3F is Cyan = 0.3, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB17525063-
CMYK0.300.750.02
HSL84.06º94.92%61.37%-
HSV(B)84.06º74.8%98.04%-
XYZ52.7677.8416.95-
YUV206.2647.15105.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 250 (98.05% from 255) = 51.23%
BLUE value IS 63 (25% from 255) = 12.91%
R=35.86%
G=51.23%
B=12.91%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal175250630.300.750.0284.0694.9261.37
HexAFFA3F1E04B2545f3d
Octal25737277360113212413775
Binary101011111111101011111111110010010111010101001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFA3F; }

 p { color: rgb(175,250,63); }

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

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

 a { background-color: rgb(175,250,63); }

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

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

 span { border-color: rgb(175,250,63); }

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