Html Css Color HEX #ACF90D Spring Bud

📋 copy color: '#ACF90D'

red 172 ◦ green 249 ◦ blue 13

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

Shades of Spring Bud #ACF90D

Tints of Spring Bud #ACF90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3%

R = 39.63%
G = 57.37%
B = 3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#ACF90D (or 0xACF90D) is known color: Spring Bud. HEX triplet: AC, F9 and 0D. RGB value is (172,249,13). Sum of RGB (Red+Green+Blue) = 172+249+13=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 249 (97.66% from 255 or 57.37% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF90D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF90D is #5306F2. Grayscale: #C7C7C7. Windows color (decimal): -5441267 or 915884. OLE color: 915884.

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

Color convert

RGB 172 249 13 -
CMYK 0.31 0 0.95 0.02
HSL 79.58º 0.95% 0.51% -
HSV(B) 79.58º 0.95% 0.98% -
XYZ 50.96 76.55 12.47 -
YUV 199.07 22.99 108.69 -
System Red Green Blue C M Y K H S L
Decimal 172 249 13 0.31 0 0.95 0.02 79.58 0.95 0.51
Hex AC F9 D 1F 0 5F 2 50 5F 33
Octal 254 371 15 37 0 137 2 120 137 63
Binary 10101100 11111001 1101 11111 0 1011111 10 1010000 1011111 110011

Color Harmonies of #ACF90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF90D

Black with #ACF90D

Text Example


Text Example

White with #ACF90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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