Html Css Color HEX #ACFD02 Spring Bud

📋 copy color: '#ACFD02'

red 172 ◦ green 253 ◦ blue 2

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

Shades of Spring Bud #ACFD02

Tints of Spring Bud #ACFD02

RGB

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

 GREEN value IS 253 (99.22% from 255) = 59.25%

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

R = 40.28%
G = 59.25%
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

#ACFD02 (or 0xACFD02) is known color: Spring Bud. HEX triplet: AC, FD and 02. RGB value is (172,253,2). Sum of RGB (Red+Green+Blue) = 172+253+2=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 253 (99.22% from 255 or 59.25% from 427); Blue value is 2 (1.17% from 255 or 0.47% from 427); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACFD02 is #5302FD. Grayscale: #C9C9C9. Windows color (decimal): -5440254 or 196012. OLE color: 196012.

HSL color Cylindrical-coordinate representation of color #ACFD02: hue angle of 79.36º 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 #ACFD02 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 253 2 -
CMYK 0.32 0 0.99 0.01
HSL 79.36º 0.98% 0.5% -
HSV(B) 79.36º 0.99% 0.99% -
XYZ 52.15 79.03 12.56 -
YUV 200.17 16.16 107.91 -
System Red Green Blue C M Y K H S L
Decimal 172 253 2 0.32 0 0.99 0.01 79.36 0.98 0.5
Hex AC FD 2 20 0 63 1 4F 62 32
Octal 254 375 2 40 0 143 1 117 142 62
Binary 10101100 11111101 10 100000 0 1100011 1 1001111 1100010 110010

Color Harmonies of #ACFD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFD02

Black with #ACFD02

Text Example


Text Example

White with #ACFD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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