Html Css Color HEX #ACF402 Spring Bud

📋 copy color: '#ACF402'

red 172 ◦ green 244 ◦ blue 2

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

Shades of Spring Bud #ACF402

Tints of Spring Bud #ACF402

RGB

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

 GREEN value IS 244 (95.7% from 255) = 58.37%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 41.15%
G = 58.37%
B = 0.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#ACF402 (or 0xACF402) is known color: Spring Bud. HEX triplet: AC, F4 and 02. RGB value is (172,244,2). Sum of RGB (Red+Green+Blue) = 172+244+2=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 244 (95.70% from 255 or 58.37% from 418); Blue value is 2 (1.17% from 255 or 0.48% from 418); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF402 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF402 is #530BFD. Grayscale: #C3C3C3. Windows color (decimal): -5442558 or 193708. OLE color: 193708.

HSL color Cylindrical-coordinate representation of color #ACF402: hue angle of 77.85º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACF402 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 244 2 -
CMYK 0.30 0 0.99 0.04
HSL 77.85º 0.98% 0.48% -
HSV(B) 77.85º 0.99% 0.96% -
XYZ 49.37 73.48 11.64 -
YUV 194.88 19.15 111.68 -
System Red Green Blue C M Y K H S L
Decimal 172 244 2 0.30 0 0.99 0.04 77.85 0.98 0.48
Hex AC F4 2 1E 0 63 4 4E 62 30
Octal 254 364 2 36 0 143 4 116 142 60
Binary 10101100 11110100 10 11110 0 1100011 100 1001110 1100010 110000

Color Harmonies of #ACF402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF402

Black with #ACF402

Text Example


Text Example

White with #ACF402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF402; }

 p { color: rgb(172,244,2); }

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

background-color css

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

 a { background-color: rgb(172,244,2); }

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

border-color css

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

 span { border-color: rgb(172,244,2); }

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