Html Css Color HEX #ACFE0D Spring Bud

📋 copy color: '#ACFE0D'

red 172 ◦ green 254 ◦ blue 13

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

Shades of Spring Bud #ACFE0D

Tints of Spring Bud #ACFE0D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 57.86%

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

R = 39.18%
G = 57.86%
B = 2.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#ACFE0D (or 0xACFE0D) is known color: Spring Bud. HEX triplet: AC, FE and 0D. RGB value is (172,254,13). Sum of RGB (Red+Green+Blue) = 172+254+13=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 254 (99.61% from 255 or 57.86% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFE0D is #5301F2. Grayscale: #CACACA. Windows color (decimal): -5439987 or 917164. OLE color: 917164.

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

Color convert

RGB 172 254 13 -
CMYK 0.32 0 0.95 0.00
HSL 80.41º 0.99% 0.52% -
HSV(B) 80.41º 0.95% 1% -
XYZ 52.53 79.68 12.99 -
YUV 202.01 21.33 106.6 -
System Red Green Blue C M Y K H S L
Decimal 172 254 13 0.32 0 0.95 0.00 80.41 0.99 0.52
Hex AC FE D 20 0 5F 0 50 63 34
Octal 254 376 15 40 0 137 0 120 143 64
Binary 10101100 11111110 1101 100000 0 1011111 0 1010000 1100011 110100

Color Harmonies of #ACFE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE0D

Black with #ACFE0D

Text Example


Text Example

White with #ACFE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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