Html Css Color HEX #ACEE02 Spring Bud

📋 copy color: '#ACEE02'

red 172 ◦ green 238 ◦ blue 2

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

Shades of Spring Bud #ACEE02

Tints of Spring Bud #ACEE02

RGB

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

 GREEN value IS 238 (93.36% from 255) = 57.77%

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

R = 41.75%
G = 57.77%
B = 0.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ACEE02 (or 0xACEE02) is known color: Spring Bud. HEX triplet: AC, EE and 02. RGB value is (172,238,2). Sum of RGB (Red+Green+Blue) = 172+238+2=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 238 (93.36% from 255 or 57.77% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEE02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACEE02 is #5311FD. Grayscale: #C0C0C0. Windows color (decimal): -5444094 or 192172. OLE color: 192172.

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

Color convert

RGB 172 238 2 -
CMYK 0.28 0 0.99 0.07
HSL 76.78º 0.98% 0.47% -
HSV(B) 76.78º 0.99% 0.93% -
XYZ 47.6 69.92 11.05 -
YUV 191.36 21.13 114.19 -
System Red Green Blue C M Y K H S L
Decimal 172 238 2 0.28 0 0.99 0.07 76.78 0.98 0.47
Hex AC EE 2 1C 0 63 7 4D 62 2F
Octal 254 356 2 34 0 143 7 115 142 57
Binary 10101100 11101110 10 11100 0 1100011 111 1001101 1100010 101111

Color Harmonies of #ACEE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEE02

Black with #ACEE02

Text Example


Text Example

White with #ACEE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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