Html Css Color HEX #AEED02 Spring Bud

📋 copy color: '#AEED02'

red 174 ◦ green 237 ◦ blue 2

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

Shades of Spring Bud #AEED02

Tints of Spring Bud #AEED02

RGB

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

 GREEN value IS 237 (92.97% from 255) = 57.38%

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

R = 42.13%
G = 57.38%
B = 0.48%

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

#AEED02 (or 0xAEED02) is known color: Spring Bud. HEX triplet: AE, ED and 02. RGB value is (174,237,2). Sum of RGB (Red+Green+Blue) = 174+237+2=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 237 (92.97% from 255 or 57.38% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEED02 is #5112FD. Grayscale: #C0C0C0. Windows color (decimal): -5313278 or 191918. OLE color: 191918.

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

Color convert

RGB 174 237 2 -
CMYK 0.27 0 0.99 0.07
HSL 76.09º 0.98% 0.47% -
HSV(B) 76.09º 0.99% 0.93% -
XYZ 47.75 69.57 10.97 -
YUV 191.37 21.13 115.61 -
System Red Green Blue C M Y K H S L
Decimal 174 237 2 0.27 0 0.99 0.07 76.09 0.98 0.47
Hex AE ED 2 1B 0 63 7 4C 62 2F
Octal 256 355 2 33 0 143 7 114 142 57
Binary 10101110 11101101 10 11011 0 1100011 111 1001100 1100010 101111

Color Harmonies of #AEED02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEED02

Black with #AEED02

Text Example


Text Example

White with #AEED02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEED02; }

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

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

background-color css

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

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

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

border-color css

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

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

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