Html Css Color HEX #ACF70F Spring Bud

📋 copy color: '#ACF70F'

red 172 ◦ green 247 ◦ blue 15

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

Shades of Spring Bud #ACF70F

Tints of Spring Bud #ACF70F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.91%

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

R = 39.63%
G = 56.91%
B = 3.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#ACF70F (or 0xACF70F) is known color: Spring Bud. HEX triplet: AC, F7 and 0F. RGB value is (172,247,15). Sum of RGB (Red+Green+Blue) = 172+247+15=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 247 (96.88% from 255 or 56.91% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF70F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF70F is #5308F0. Grayscale: #C6C6C6. Windows color (decimal): -5441777 or 1046444. OLE color: 1046444.

HSL color Cylindrical-coordinate representation of color #ACF70F: hue angle of 79.4º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACF70F is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 247 15 -
CMYK 0.30 0 0.94 0.03
HSL 79.4º 0.94% 0.51% -
HSV(B) 79.4º 0.94% 0.97% -
XYZ 50.36 75.33 12.34 -
YUV 198.13 24.65 109.36 -
System Red Green Blue C M Y K H S L
Decimal 172 247 15 0.30 0 0.94 0.03 79.4 0.94 0.51
Hex AC F7 F 1E 0 5E 3 4F 5E 33
Octal 254 367 17 36 0 136 3 117 136 63
Binary 10101100 11110111 1111 11110 0 1011110 11 1001111 1011110 110011

Color Harmonies of #ACF70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF70F

Black with #ACF70F

Text Example


Text Example

White with #ACF70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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