#ACF342

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

Shades of Green Yellow #ACF342

Tints of Green Yellow #ACF342

Color information

#ACF342 (or 0xACF342) is unknown color: approx Green Yellow. HEX triplet: AC, F3 and 42. RGB value is (172,243,66). Sum of RGB (Red+Green+Blue) = 172+243+66=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF342 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF342 is #530CBD. Grayscale: #CACACA. Windows color (decimal): -5442750 or 4387756. OLE color: 4387756.

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

Color convert

RGB17224366-
CMYK0.2900.730.05
HSL84.07º88.06%60.59%-
HSV(B)84.07º72.84%95.29%-
XYZ50.0573.2716.66-
YUV201.5951.48106.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.76%
GREEN value IS 243 (95.31% from 255) = 50.52%
BLUE value IS 66 (26.17% from 255) = 13.72%
R=35.76%
G=50.52%
B=13.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172243660.2900.730.0584.0788.0660.59
HexACF3421D049554583d
Octal254363102350111512413075
Binary10101100111100111000010111010100100110110101001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF342; }

 p { color: rgb(172,243,66); }

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

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

 a { background-color: rgb(172,243,66); }

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

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

 span { border-color: rgb(172,243,66); }

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