#ACF13A

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

Shades of Green Yellow #ACF13A

Tints of Green Yellow #ACF13A

Color information

#ACF13A (or 0xACF13A) is unknown color: approx Green Yellow. HEX triplet: AC, F1 and 3A. RGB value is (172,241,58). Sum of RGB (Red+Green+Blue) = 172+241+58=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 58 (23.05% from 255 or 12.31% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF13A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF13A is #530EC5. Grayscale: #C8C8C8. Windows color (decimal): -5443270 or 3862956. OLE color: 3862956.

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

Color convert

RGB17224158-
CMYK0.2900.760.05
HSL82.62º86.73%58.63%-
HSV(B)82.62º75.93%94.51%-
XYZ49.2371.9915.3-
YUV199.5148.14108.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 241 (94.53% from 255) = 51.17%
BLUE value IS 58 (23.05% from 255) = 12.31%
R=36.52%
G=51.17%
B=12.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172241580.2900.760.0582.6286.7358.63
HexACF13A1D04C553573b
Octal25436172350114512312773
Binary1010110011110001111010111010100110010110100111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF13A; }

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

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

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

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

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

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

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

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