Html Css Color HEX #AEEF02 Spring Bud

📋 copy color: '#AEEF02'

red 174 ◦ green 239 ◦ blue 2

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

Shades of Spring Bud #AEEF02

Tints of Spring Bud #AEEF02

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.59%

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

R = 41.93%
G = 57.59%
B = 0.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#AEEF02 (or 0xAEEF02) is known color: Spring Bud. HEX triplet: AE, EF and 02. RGB value is (174,239,2). Sum of RGB (Red+Green+Blue) = 174+239+2=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 239 (93.75% from 255 or 57.59% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEEF02 is #5110FD. Grayscale: #C1C1C1. Windows color (decimal): -5312766 or 192430. OLE color: 192430.

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

Color convert

RGB 174 239 2 -
CMYK 0.27 0 0.99 0.06
HSL 76.46º 0.98% 0.47% -
HSV(B) 76.46º 0.99% 0.94% -
XYZ 48.33 70.74 11.16 -
YUV 192.55 20.47 114.77 -
System Red Green Blue C M Y K H S L
Decimal 174 239 2 0.27 0 0.99 0.06 76.46 0.98 0.47
Hex AE EF 2 1B 0 63 6 4C 62 2F
Octal 256 357 2 33 0 143 6 114 142 57
Binary 10101110 11101111 10 11011 0 1100011 110 1001100 1100010 101111

Color Harmonies of #AEEF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEF02

Black with #AEEF02

Text Example


Text Example

White with #AEEF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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