Html Css Color HEX #ACFC02 Spring Bud

📋 copy color: '#ACFC02'

red 172 ◦ green 252 ◦ blue 2

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

Shades of Spring Bud #ACFC02

Tints of Spring Bud #ACFC02

RGB

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

 GREEN value IS 252 (98.83% from 255) = 59.15%

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

R = 40.38%
G = 59.15%
B = 0.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#ACFC02 (or 0xACFC02) is known color: Spring Bud. HEX triplet: AC, FC and 02. RGB value is (172,252,2). Sum of RGB (Red+Green+Blue) = 172+252+2=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 252 (98.83% from 255 or 59.15% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFC02 is #5303FD. Grayscale: #C8C8C8. Windows color (decimal): -5440510 or 195756. OLE color: 195756.

HSL color Cylindrical-coordinate representation of color #ACFC02: hue angle of 79.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACFC02 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 252 2 -
CMYK 0.32 0 0.99 0.01
HSL 79.2º 0.98% 0.5% -
HSV(B) 79.2º 0.99% 0.99% -
XYZ 51.83 78.4 12.46 -
YUV 199.58 16.5 108.33 -
System Red Green Blue C M Y K H S L
Decimal 172 252 2 0.32 0 0.99 0.01 79.2 0.98 0.5
Hex AC FC 2 20 0 63 1 4F 62 32
Octal 254 374 2 40 0 143 1 117 142 62
Binary 10101100 11111100 10 100000 0 1100011 1 1001111 1100010 110010

Color Harmonies of #ACFC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFC02

Black with #ACFC02

Text Example


Text Example

White with #ACFC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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