Html Css Color HEX #ACFD05 Spring Bud

📋 copy color: '#ACFD05'

red 172 ◦ green 253 ◦ blue 5

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

Shades of Spring Bud #ACFD05

Tints of Spring Bud #ACFD05

RGB

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

 GREEN value IS 253 (99.22% from 255) = 58.84%

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 40%
G = 58.84%
B = 1.16%

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

#ACFD05 (or 0xACFD05) is known color: Spring Bud. HEX triplet: AC, FD and 05. RGB value is (172,253,5). Sum of RGB (Red+Green+Blue) = 172+253+5=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 253 (99.22% from 255 or 58.84% from 430); Blue value is 5 (2.34% from 255 or 1.16% from 430); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFD05 is #5302FA. Grayscale: #C9C9C9. Windows color (decimal): -5440251 or 392620. OLE color: 392620.

HSL color Cylindrical-coordinate representation of color #ACFD05: hue angle of 79.6º 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 #ACFD05 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 253 5 -
CMYK 0.32 0 0.98 0.01
HSL 79.6º 0.98% 0.51% -
HSV(B) 79.6º 0.98% 0.99% -
XYZ 52.17 79.03 12.65 -
YUV 200.51 17.66 107.67 -
System Red Green Blue C M Y K H S L
Decimal 172 253 5 0.32 0 0.98 0.01 79.6 0.98 0.51
Hex AC FD 5 20 0 62 1 50 62 33
Octal 254 375 5 40 0 142 1 120 142 63
Binary 10101100 11111101 101 100000 0 1100010 1 1010000 1100010 110011

Color Harmonies of #ACFD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFD05

Black with #ACFD05

Text Example


Text Example

White with #ACFD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFD05; }

 p { color: rgb(172,253,5); }

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

background-color css

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

 a { background-color: rgb(172,253,5); }

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

border-color css

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

 span { border-color: rgb(172,253,5); }

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