Html Css Color HEX #ACFC0F Spring Bud

📋 copy color: '#ACFC0F'

red 172 ◦ green 252 ◦ blue 15

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

Shades of Spring Bud #ACFC0F

Tints of Spring Bud #ACFC0F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.4%

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

R = 39.18%
G = 57.4%
B = 3.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#ACFC0F (or 0xACFC0F) is known color: Spring Bud. HEX triplet: AC, FC and 0F. RGB value is (172,252,15). Sum of RGB (Red+Green+Blue) = 172+252+15=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 252 (98.83% from 255 or 57.40% from 439); Blue value is 15 (6.25% from 255 or 3.42% from 439); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFC0F is #5303F0. Grayscale: #C9C9C9. Windows color (decimal): -5440497 or 1047724. OLE color: 1047724.

HSL color Cylindrical-coordinate representation of color #ACFC0F: hue angle of 80.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACFC0F is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 252 15 -
CMYK 0.32 0 0.94 0.01
HSL 80.25º 0.98% 0.52% -
HSV(B) 80.25º 0.94% 0.99% -
XYZ 51.91 78.43 12.85 -
YUV 201.06 23 107.27 -
System Red Green Blue C M Y K H S L
Decimal 172 252 15 0.32 0 0.94 0.01 80.25 0.98 0.52
Hex AC FC F 20 0 5E 1 50 62 34
Octal 254 374 17 40 0 136 1 120 142 64
Binary 10101100 11111100 1111 100000 0 1011110 1 1010000 1100010 110100

Color Harmonies of #ACFC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFC0F

Black with #ACFC0F

Text Example


Text Example

White with #ACFC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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