#ACFF0B

Color #ACFF0B Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #ACFF0B

Tints of Spring Bud #ACFF0B

Color information

#ACFF0B (or 0xACFF0B) is unknown color: approx Spring Bud. HEX triplet: AC, FF and 0B. RGB value is (172,255,11). Sum of RGB (Red+Green+Blue) = 172+255+11=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 255 (100% from 255 or 58.22% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFF0B is #5300F4. Grayscale: #CBCBCB. Windows color (decimal): -5439733 or 786348. OLE color: 786348.

HSL color Cylindrical-coordinate representation of color #ACFF0B: hue angle of 80.41º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACFF0B is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB17225511-
CMYK0.3300.960
HSL80.41º100%52.16%-
HSV(B)80.41º95.69%100%-
XYZ52.8380.3113.03-
YUV202.3720106.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 255 (100% from 255) = 58.22%
BLUE value IS 11 (4.69% from 255) = 2.51%
R=39.27%
G=58.22%
B=2.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal172255110.3300.96080.4110052.16
HexACFFB210600506434
Octal25437713410140012014464
Binary1010110011111111101110000101100000010100001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFF0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFF0B; }

 p { color: rgb(172,255,11); }

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

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

 a { background-color: rgb(172,255,11); }

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

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

 span { border-color: rgb(172,255,11); }

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