Html Css Color HEX #AEFF02 Spring Bud

📋 copy color: '#AEFF02'

red 174 ◦ green 255 ◦ blue 2

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

Shades of Spring Bud #AEFF02

Tints of Spring Bud #AEFF02

RGB

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

 GREEN value IS 255 (100% from 255) = 59.16%

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

R = 40.37%
G = 59.16%
B = 0.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#AEFF02 (or 0xAEFF02) is known color: Spring Bud. HEX triplet: AE, FF and 02. RGB value is (174,255,2). Sum of RGB (Red+Green+Blue) = 174+255+2=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 255 (100% from 255 or 59.16% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFF02 is #5100FD. Grayscale: #CACACA. Windows color (decimal): -5308670 or 196526. OLE color: 196526.

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

Color convert

RGB 174 255 2 -
CMYK 0.32 0 0.99 0
HSL 79.21º 1% 0.5% -
HSV(B) 79.21º 0.99% 1% -
XYZ 53.23 80.52 12.79 -
YUV 201.94 15.16 108.07 -
System Red Green Blue C M Y K H S L
Decimal 174 255 2 0.32 0 0.99 0 79.21 1 0.5
Hex AE FF 2 20 0 63 0 4F 64 32
Octal 256 377 2 40 0 143 0 117 144 62
Binary 10101110 11111111 10 100000 0 1100011 0 1001111 1100100 110010

Color Harmonies of #AEFF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF02

Black with #AEFF02

Text Example


Text Example

White with #AEFF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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