Html Css Color HEX #ACFD0D Spring Bud

📋 copy color: '#ACFD0D'

red 172 ◦ green 253 ◦ blue 13

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

Shades of Spring Bud #ACFD0D

Tints of Spring Bud #ACFD0D

RGB

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

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

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

R = 39.27%
G = 57.76%
B = 2.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#ACFD0D (or 0xACFD0D) is known color: Spring Bud. HEX triplet: AC, FD and 0D. RGB value is (172,253,13). Sum of RGB (Red+Green+Blue) = 172+253+13=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 253 (99.22% from 255 or 57.76% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFD0D is #5302F2. Grayscale: #CACACA. Windows color (decimal): -5440243 or 916908. OLE color: 916908.

HSL color Cylindrical-coordinate representation of color #ACFD0D: 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.95%. Process color model (Four color, CMYK) of #ACFD0D is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 253 13 -
CMYK 0.32 0 0.95 0.01
HSL 80.25º 0.98% 0.52% -
HSV(B) 80.25º 0.95% 0.99% -
XYZ 52.21 79.05 12.89 -
YUV 201.42 21.66 107.01 -
System Red Green Blue C M Y K H S L
Decimal 172 253 13 0.32 0 0.95 0.01 80.25 0.98 0.52
Hex AC FD D 20 0 5F 1 50 62 34
Octal 254 375 15 40 0 137 1 120 142 64
Binary 10101100 11111101 1101 100000 0 1011111 1 1010000 1100010 110100

Color Harmonies of #ACFD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFD0D

Black with #ACFD0D

Text Example


Text Example

White with #ACFD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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