Html Css Color HEX #ACF90F Spring Bud

📋 copy color: '#ACF90F'

red 172 ◦ green 249 ◦ blue 15

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

Shades of Spring Bud #ACF90F

Tints of Spring Bud #ACF90F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.11%

 BLUE value IS 15 (6.25% from 255) = 3.44%

R = 39.45%
G = 57.11%
B = 3.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#ACF90F (or 0xACF90F) is known color: Spring Bud. HEX triplet: AC, F9 and 0F. RGB value is (172,249,15). Sum of RGB (Red+Green+Blue) = 172+249+15=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 249 (97.66% from 255 or 57.11% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF90F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF90F is #5306F0. Grayscale: #C8C8C8. Windows color (decimal): -5441265 or 1046956. OLE color: 1046956.

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

Color convert

RGB 172 249 15 -
CMYK 0.31 0 0.94 0.02
HSL 79.74º 0.95% 0.52% -
HSV(B) 79.74º 0.94% 0.98% -
XYZ 50.98 76.56 12.54 -
YUV 199.3 23.99 108.53 -
System Red Green Blue C M Y K H S L
Decimal 172 249 15 0.31 0 0.94 0.02 79.74 0.95 0.52
Hex AC F9 F 1F 0 5E 2 50 5F 34
Octal 254 371 17 37 0 136 2 120 137 64
Binary 10101100 11111001 1111 11111 0 1011110 10 1010000 1011111 110100

Color Harmonies of #ACF90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF90F

Black with #ACF90F

Text Example


Text Example

White with #ACF90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF90F; }

 p { color: rgb(172,249,15); }

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

background-color css

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

 a { background-color: rgb(172,249,15); }

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

border-color css

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

 span { border-color: rgb(172,249,15); }

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