Html Css Color HEX #ACF814 Spring Bud

📋 copy color: '#ACF814'

red 172 ◦ green 248 ◦ blue 20

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

Shades of Spring Bud #ACF814

Tints of Spring Bud #ACF814

RGB

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

 GREEN value IS 248 (97.27% from 255) = 56.36%

 BLUE value IS 20 (8.2% from 255) = 4.55%

R = 39.09%
G = 56.36%
B = 4.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#ACF814 (or 0xACF814) is known color: Spring Bud. HEX triplet: AC, F8 and 14. RGB value is (172,248,20). Sum of RGB (Red+Green+Blue) = 172+248+20=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 248 (97.27% from 255 or 56.36% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF814 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF814 is #5307EB. Grayscale: #C8C8C8. Windows color (decimal): -5441516 or 1374380. OLE color: 1374380.

HSL color Cylindrical-coordinate representation of color #ACF814: hue angle of 80º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACF814 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 20 -
CMYK 0.31 0 0.92 0.03
HSL 80º 0.94% 0.53% -
HSV(B) 80º 0.92% 0.97% -
XYZ 50.71 75.96 12.65 -
YUV 199.28 26.82 108.54 -
System Red Green Blue C M Y K H S L
Decimal 172 248 20 0.31 0 0.92 0.03 80 0.94 0.53
Hex AC F8 14 1F 0 5C 3 50 5E 35
Octal 254 370 24 37 0 134 3 120 136 65
Binary 10101100 11111000 10100 11111 0 1011100 11 1010000 1011110 110101

Color Harmonies of #ACF814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF814

Black with #ACF814

Text Example


Text Example

White with #ACF814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF814; }

 p { color: rgb(172,248,20); }

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

background-color css

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

 a { background-color: rgb(172,248,20); }

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

border-color css

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

 span { border-color: rgb(172,248,20); }

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