Html Css Color HEX #ACF80A Spring Bud

📋 copy color: '#ACF80A'

red 172 ◦ green 248 ◦ blue 10

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

Shades of Spring Bud #ACF80A

Tints of Spring Bud #ACF80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.33%

R = 40%
G = 57.67%
B = 2.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#ACF80A (or 0xACF80A) is known color: Spring Bud. HEX triplet: AC, F8 and 0A. RGB value is (172,248,10). Sum of RGB (Red+Green+Blue) = 172+248+10=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 248 (97.27% from 255 or 57.67% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF80A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF80A is #5307F5. Grayscale: #C7C7C7. Windows color (decimal): -5441526 or 719020. OLE color: 719020.

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

Color convert

RGB 172 248 10 -
CMYK 0.31 0 0.96 0.03
HSL 79.16º 0.94% 0.51% -
HSV(B) 79.16º 0.96% 0.97% -
XYZ 50.64 75.93 12.27 -
YUV 198.14 21.82 109.35 -
System Red Green Blue C M Y K H S L
Decimal 172 248 10 0.31 0 0.96 0.03 79.16 0.94 0.51
Hex AC F8 A 1F 0 60 3 4F 5E 33
Octal 254 370 12 37 0 140 3 117 136 63
Binary 10101100 11111000 1010 11111 0 1100000 11 1001111 1011110 110011

Color Harmonies of #ACF80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF80A

Black with #ACF80A

Text Example


Text Example

White with #ACF80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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