Html Css Color HEX #ACF307 Spring Bud

📋 copy color: '#ACF307'

red 172 ◦ green 243 ◦ blue 7

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

Shades of Spring Bud #ACF307

Tints of Spring Bud #ACF307

RGB

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

 GREEN value IS 243 (95.31% from 255) = 57.58%

 BLUE value IS 7 (3.13% from 255) = 1.66%

R = 40.76%
G = 57.58%
B = 1.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#ACF307 (or 0xACF307) is known color: Spring Bud. HEX triplet: AC, F3 and 07. RGB value is (172,243,7). Sum of RGB (Red+Green+Blue) = 172+243+7=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 243 (95.31% from 255 or 57.58% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF307 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF307 is #530CF8. Grayscale: #C3C3C3. Windows color (decimal): -5442809 or 521132. OLE color: 521132.

HSL color Cylindrical-coordinate representation of color #ACF307: hue angle of 78.05º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACF307 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 243 7 -
CMYK 0.29 0 0.97 0.05
HSL 78.05º 0.94% 0.49% -
HSV(B) 78.05º 0.97% 0.95% -
XYZ 49.1 72.89 11.68 -
YUV 194.87 21.98 111.69 -
System Red Green Blue C M Y K H S L
Decimal 172 243 7 0.29 0 0.97 0.05 78.05 0.94 0.49
Hex AC F3 7 1D 0 61 5 4E 5E 31
Octal 254 363 7 35 0 141 5 116 136 61
Binary 10101100 11110011 111 11101 0 1100001 101 1001110 1011110 110001

Color Harmonies of #ACF307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF307

Black with #ACF307

Text Example


Text Example

White with #ACF307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF307; }

 p { color: rgb(172,243,7); }

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

background-color css

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

 a { background-color: rgb(172,243,7); }

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

border-color css

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

 span { border-color: rgb(172,243,7); }

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