#AFF138

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

Shades of Green Yellow #AFF138

Tints of Green Yellow #AFF138

Color information

#AFF138 (or 0xAFF138) is unknown color: approx Green Yellow. HEX triplet: AF, F1 and 38. RGB value is (175,241,56). Sum of RGB (Red+Green+Blue) = 175+241+56=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF138 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF138 is #500EC7. Grayscale: #C8C8C8. Windows color (decimal): -5246664 or 3731887. OLE color: 3731887.

HSL color Cylindrical-coordinate representation of color #AFF138: hue angle of 81.41º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFF138 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB17524156-
CMYK0.2700.770.05
HSL81.41º86.85%58.24%-
HSV(B)81.41º76.76%94.51%-
XYZ49.8572.3115.07-
YUV200.1846.63110.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 241 (94.53% from 255) = 51.06%
BLUE value IS 56 (22.27% from 255) = 11.86%
R=37.08%
G=51.06%
B=11.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175241560.2700.770.0581.4186.8558.24
HexAFF1381B04D551573a
Octal25736170330115512112772
Binary1010111111110001111000110110100110110110100011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF138; }

 p { color: rgb(175,241,56); }

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

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

 a { background-color: rgb(175,241,56); }

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

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

 span { border-color: rgb(175,241,56); }

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