Html Css Color HEX #ACFF0D Spring Bud

📋 copy color: '#ACFF0D'

red 172 ◦ green 255 ◦ blue 13

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

Shades of Spring Bud #ACFF0D

Tints of Spring Bud #ACFF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.95%

R = 39.09%
G = 57.95%
B = 2.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#ACFF0D (or 0xACFF0D) is known color: Spring Bud. HEX triplet: AC, FF and 0D. RGB value is (172,255,13). Sum of RGB (Red+Green+Blue) = 172+255+13=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 255 (100% from 255 or 57.95% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFF0D is #5300F2. Grayscale: #CBCBCB. Windows color (decimal): -5439731 or 917420. OLE color: 917420.

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

Color convert

RGB 172 255 13 -
CMYK 0.33 0 0.95 0
HSL 80.58º 1% 0.53% -
HSV(B) 80.58º 0.95% 1% -
XYZ 52.85 80.32 13.1 -
YUV 202.6 21 106.18 -
System Red Green Blue C M Y K H S L
Decimal 172 255 13 0.33 0 0.95 0 80.58 1 0.53
Hex AC FF D 21 0 5F 0 51 64 35
Octal 254 377 15 41 0 137 0 121 144 65
Binary 10101100 11111111 1101 100001 0 1011111 0 1010001 1100100 110101

Color Harmonies of #ACFF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF0D

Black with #ACFF0D

Text Example


Text Example

White with #ACFF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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