Html Css Color HEX #AEFC02 Spring Bud

📋 copy color: '#AEFC02'

red 174 ◦ green 252 ◦ blue 2

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

Shades of Spring Bud #AEFC02

Tints of Spring Bud #AEFC02

RGB

 RED value IS 174 (68.36% from 255) = 40.65%

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

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

R = 40.65%
G = 58.88%
B = 0.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#AEFC02 (or 0xAEFC02) is known color: Spring Bud. HEX triplet: AE, FC and 02. RGB value is (174,252,2). Sum of RGB (Red+Green+Blue) = 174+252+2=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 252 (98.83% from 255 or 58.88% from 428); Blue value is 2 (1.17% from 255 or 0.47% from 428); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFC02 is #5103FD. Grayscale: #C9C9C9. Windows color (decimal): -5309438 or 195758. OLE color: 195758.

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

Color convert

RGB 174 252 2 -
CMYK 0.31 0 0.99 0.01
HSL 78.72º 0.98% 0.5% -
HSV(B) 78.72º 0.99% 0.99% -
XYZ 52.28 78.62 12.48 -
YUV 200.18 16.16 109.33 -
System Red Green Blue C M Y K H S L
Decimal 174 252 2 0.31 0 0.99 0.01 78.72 0.98 0.5
Hex AE FC 2 1F 0 63 1 4F 62 32
Octal 256 374 2 37 0 143 1 117 142 62
Binary 10101110 11111100 10 11111 0 1100011 1 1001111 1100010 110010

Color Harmonies of #AEFC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFC02

Black with #AEFC02

Text Example


Text Example

White with #AEFC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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