Html Css Color HEX #ACFC06 Spring Bud

📋 copy color: '#ACFC06'

red 172 ◦ green 252 ◦ blue 6

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

Shades of Spring Bud #ACFC06

Tints of Spring Bud #ACFC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.4%

R = 40%
G = 58.6%
B = 1.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#ACFC06 (or 0xACFC06) is known color: Spring Bud. HEX triplet: AC, FC and 06. RGB value is (172,252,6). Sum of RGB (Red+Green+Blue) = 172+252+6=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 252 (98.83% from 255 or 58.60% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFC06 is #5303F9. Grayscale: #C8C8C8. Windows color (decimal): -5440506 or 457900. OLE color: 457900.

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

Color convert

RGB 172 252 6 -
CMYK 0.32 0 0.98 0.01
HSL 79.51º 0.98% 0.51% -
HSV(B) 79.51º 0.98% 0.99% -
XYZ 51.86 78.4 12.57 -
YUV 200.04 18.5 108 -
System Red Green Blue C M Y K H S L
Decimal 172 252 6 0.32 0 0.98 0.01 79.51 0.98 0.51
Hex AC FC 6 20 0 62 1 50 62 33
Octal 254 374 6 40 0 142 1 120 142 63
Binary 10101100 11111100 110 100000 0 1100010 1 1010000 1100010 110011

Color Harmonies of #ACFC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFC06

Black with #ACFC06

Text Example


Text Example

White with #ACFC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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