#ACF13F

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

Shades of Green Yellow #ACF13F

Tints of Green Yellow #ACF13F

Color information

#ACF13F (or 0xACF13F) is unknown color: approx Green Yellow. HEX triplet: AC, F1 and 3F. RGB value is (172,241,63). Sum of RGB (Red+Green+Blue) = 172+241+63=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 63 (25% from 255 or 13.24% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF13F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF13F is #530EC0. Grayscale: #C8C8C8. Windows color (decimal): -5443265 or 4190636. OLE color: 4190636.

HSL color Cylindrical-coordinate representation of color #ACF13F: hue angle of 83.26º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACF13F is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB17224163-
CMYK0.2900.740.05
HSL83.26º86.41%59.61%-
HSV(B)83.26º73.86%94.51%-
XYZ49.3772.0416.01-
YUV200.0850.64107.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 241 (94.53% from 255) = 50.63%
BLUE value IS 63 (25% from 255) = 13.24%
R=36.13%
G=50.63%
B=13.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172241630.2900.740.0583.2686.4159.61
HexACF13F1D04A553563c
Octal25436177350112512312674
Binary1010110011110001111111111010100101010110100111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF13F; }

 p { color: rgb(172,241,63); }

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

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

 a { background-color: rgb(172,241,63); }

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

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

 span { border-color: rgb(172,241,63); }

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