Html Css Color HEX #ACFF0F Spring Bud

📋 copy color: '#ACFF0F'

red 172 ◦ green 255 ◦ blue 15

#ACFF0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #ACFF0F

Tints of Spring Bud #ACFF0F

RGB

 RED value IS 172 (67.58% from 255) = 38.91%

 GREEN value IS 255 (100% from 255) = 57.69%

 BLUE value IS 15 (6.25% from 255) = 3.39%

R = 38.91%
G = 57.69%
B = 3.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#ACFF0F (or 0xACFF0F) is known color: Spring Bud. HEX triplet: AC, FF and 0F. RGB value is (172,255,15). Sum of RGB (Red+Green+Blue) = 172+255+15=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 255 (100% from 255 or 57.69% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFF0F is #5300F0. Grayscale: #CBCBCB. Windows color (decimal): -5439729 or 1048492. OLE color: 1048492.

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

Color convert

RGB 172 255 15 -
CMYK 0.33 0 0.94 0
HSL 80.75º 1% 0.53% -
HSV(B) 80.75º 0.94% 1% -
XYZ 52.86 80.33 13.17 -
YUV 202.82 22 106.01 -
System Red Green Blue C M Y K H S L
Decimal 172 255 15 0.33 0 0.94 0 80.75 1 0.53
Hex AC FF F 21 0 5E 0 51 64 35
Octal 254 377 17 41 0 136 0 121 144 65
Binary 10101100 11111111 1111 100001 0 1011110 0 1010001 1100100 110101

Color Harmonies of #ACFF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF0F

Black with #ACFF0F

Text Example


Text Example

White with #ACFF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF0F; }

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

 H1.HeaderClassName
 {
   color: #ACFF0F;
 }
 .AnyTagClassName
 {
   color: #ACFF0F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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