#ACFB4C

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

Shades of Green Yellow #ACFB4C

Tints of Green Yellow #ACFB4C

Color information

#ACFB4C (or 0xACFB4C) is unknown color: approx Green Yellow. HEX triplet: AC, FB and 4C. RGB value is (172,251,76). Sum of RGB (Red+Green+Blue) = 172+251+76=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 251 (98.44% from 255 or 50.30% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFB4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACFB4C is #5304B3. Grayscale: #D0D0D0. Windows color (decimal): -5440692 or 5045164. OLE color: 5045164.

HSL color Cylindrical-coordinate representation of color #ACFB4C: hue angle of 87.09º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACFB4C is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB17225176-
CMYK0.3100.700.02
HSL87.09º95.63%64.12%-
HSV(B)87.09º69.72%98.43%-
XYZ52.8178.2919.16-
YUV207.4353.83102.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 251 (98.44% from 255) = 50.30%
BLUE value IS 76 (30.08% from 255) = 15.23%
R=34.47%
G=50.30%
B=15.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172251760.3100.700.0287.0995.6364.12
HexACFB4C1F0462576040
Octal2543731143701062127140100
Binary10101100111110111001100111110100011010101011111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFB4C; }

 p { color: rgb(172,251,76); }

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

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

 a { background-color: rgb(172,251,76); }

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

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

 span { border-color: rgb(172,251,76); }

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