#AFF946

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

Shades of Green Yellow #AFF946

Tints of Green Yellow #AFF946

Color information

#AFF946 (or 0xAFF946) is unknown color: approx Green Yellow. HEX triplet: AF, F9 and 46. RGB value is (175,249,70). Sum of RGB (Red+Green+Blue) = 175+249+70=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 70 (27.73% from 255 or 14.17% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF946 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF946 is #5006B9. Grayscale: #CFCFCF. Windows color (decimal): -5244602 or 4651439. OLE color: 4651439.

HSL color Cylindrical-coordinate representation of color #AFF946: hue angle of 84.8º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFF946 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB17524970-
CMYK0.3000.720.02
HSL84.8º93.72%62.55%-
HSV(B)84.8º71.89%97.65%-
XYZ52.6677.3117.94-
YUV206.4750.98105.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 249 (97.66% from 255) = 50.40%
BLUE value IS 70 (27.73% from 255) = 14.17%
R=35.43%
G=50.40%
B=14.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal175249700.3000.720.0284.893.7262.55
HexAFF9461E0482555e3f
Octal257371106360110212513677
Binary1010111111111001100011011110010010001010101011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF946; }

 p { color: rgb(175,249,70); }

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

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

 a { background-color: rgb(175,249,70); }

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

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

 span { border-color: rgb(175,249,70); }

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