Html Css Color HEX #ACFC0E Spring Bud

📋 copy color: '#ACFC0E'

red 172 ◦ green 252 ◦ blue 14

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

Shades of Spring Bud #ACFC0E

Tints of Spring Bud #ACFC0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.2%

R = 39.27%
G = 57.53%
B = 3.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#ACFC0E (or 0xACFC0E) is known color: Spring Bud. HEX triplet: AC, FC and 0E. RGB value is (172,252,14). Sum of RGB (Red+Green+Blue) = 172+252+14=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 252 (98.83% from 255 or 57.53% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFC0E is #5303F1. Grayscale: #C9C9C9. Windows color (decimal): -5440498 or 982188. OLE color: 982188.

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

Color convert

RGB 172 252 14 -
CMYK 0.32 0 0.94 0.01
HSL 80.17º 0.98% 0.52% -
HSV(B) 80.17º 0.94% 0.99% -
XYZ 51.9 78.42 12.82 -
YUV 200.95 22.5 107.35 -
System Red Green Blue C M Y K H S L
Decimal 172 252 14 0.32 0 0.94 0.01 80.17 0.98 0.52
Hex AC FC E 20 0 5E 1 50 62 34
Octal 254 374 16 40 0 136 1 120 142 64
Binary 10101100 11111100 1110 100000 0 1011110 1 1010000 1100010 110100

Color Harmonies of #ACFC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFC0E

Black with #ACFC0E

Text Example


Text Example

White with #ACFC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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