Html Css Color HEX #ACF90A Spring Bud

📋 copy color: '#ACF90A'

red 172 ◦ green 249 ◦ blue 10

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

Shades of Spring Bud #ACF90A

Tints of Spring Bud #ACF90A

RGB

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

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

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

R = 39.91%
G = 57.77%
B = 2.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#ACF90A (or 0xACF90A) is known color: Spring Bud. HEX triplet: AC, F9 and 0A. RGB value is (172,249,10). Sum of RGB (Red+Green+Blue) = 172+249+10=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 249 (97.66% from 255 or 57.77% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF90A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF90A is #5306F5. Grayscale: #C7C7C7. Windows color (decimal): -5441270 or 719276. OLE color: 719276.

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

Color convert

RGB 172 249 10 -
CMYK 0.31 0 0.96 0.02
HSL 79.33º 0.95% 0.51% -
HSV(B) 79.33º 0.96% 0.98% -
XYZ 50.94 76.54 12.38 -
YUV 198.73 21.49 108.93 -
System Red Green Blue C M Y K H S L
Decimal 172 249 10 0.31 0 0.96 0.02 79.33 0.95 0.51
Hex AC F9 A 1F 0 60 2 4F 5F 33
Octal 254 371 12 37 0 140 2 117 137 63
Binary 10101100 11111001 1010 11111 0 1100000 10 1001111 1011111 110011

Color Harmonies of #ACF90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF90A

Black with #ACF90A

Text Example


Text Example

White with #ACF90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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