Html Css Color HEX #ACEC02 Spring Bud

📋 copy color: '#ACEC02'

red 172 ◦ green 236 ◦ blue 2

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

Shades of Spring Bud #ACEC02

Tints of Spring Bud #ACEC02

RGB

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

 GREEN value IS 236 (92.58% from 255) = 57.56%

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

R = 41.95%
G = 57.56%
B = 0.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ACEC02 (or 0xACEC02) is known color: Spring Bud. HEX triplet: AC, EC and 02. RGB value is (172,236,2). Sum of RGB (Red+Green+Blue) = 172+236+2=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 236 (92.58% from 255 or 57.56% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 236 - color contains mainly: green. Hex color #ACEC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACEC02 is #5313FD. Grayscale: #BFBFBF. Windows color (decimal): -5444606 or 191660. OLE color: 191660.

HSL color Cylindrical-coordinate representation of color #ACEC02: hue angle of 76.41º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACEC02 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 236 2 -
CMYK 0.27 0 0.99 0.07
HSL 76.41º 0.98% 0.47% -
HSV(B) 76.41º 0.99% 0.93% -
XYZ 47.02 68.77 10.85 -
YUV 190.19 21.8 115.03 -
System Red Green Blue C M Y K H S L
Decimal 172 236 2 0.27 0 0.99 0.07 76.41 0.98 0.47
Hex AC EC 2 1B 0 63 7 4C 62 2F
Octal 254 354 2 33 0 143 7 114 142 57
Binary 10101100 11101100 10 11011 0 1100011 111 1001100 1100010 101111

Color Harmonies of #ACEC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEC02

Black with #ACEC02

Text Example


Text Example

White with #ACEC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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