Html Css Color HEX #ACF30D Spring Bud

📋 copy color: '#ACF30D'

red 172 ◦ green 243 ◦ blue 13

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

Shades of Spring Bud #ACF30D

Tints of Spring Bud #ACF30D

RGB

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

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

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

R = 40.19%
G = 56.78%
B = 3.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#ACF30D (or 0xACF30D) is known color: Spring Bud. HEX triplet: AC, F3 and 0D. RGB value is (172,243,13). Sum of RGB (Red+Green+Blue) = 172+243+13=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 243 (95.31% from 255 or 56.78% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF30D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF30D is #530CF2. Grayscale: #C4C4C4. Windows color (decimal): -5442803 or 914348. OLE color: 914348.

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

Color convert

RGB 172 243 13 -
CMYK 0.29 0 0.95 0.05
HSL 78.52º 0.91% 0.5% -
HSV(B) 78.52º 0.95% 0.95% -
XYZ 49.14 72.9 11.86 -
YUV 195.55 24.98 111.2 -
System Red Green Blue C M Y K H S L
Decimal 172 243 13 0.29 0 0.95 0.05 78.52 0.91 0.5
Hex AC F3 D 1D 0 5F 5 4F 5B 32
Octal 254 363 15 35 0 137 5 117 133 62
Binary 10101100 11110011 1101 11101 0 1011111 101 1001111 1011011 110010

Color Harmonies of #ACF30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF30D

Black with #ACF30D

Text Example


Text Example

White with #ACF30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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