Html Css Color HEX #AEEE04 Spring Bud

📋 copy color: '#AEEE04'

red 174 ◦ green 238 ◦ blue 4

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

Shades of Spring Bud #AEEE04

Tints of Spring Bud #AEEE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 41.83%
G = 57.21%
B = 0.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#AEEE04 (or 0xAEEE04) is known color: Spring Bud. HEX triplet: AE, EE and 04. RGB value is (174,238,4). Sum of RGB (Red+Green+Blue) = 174+238+4=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 238 (93.36% from 255 or 57.21% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEE04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEEE04 is #5111FB. Grayscale: #C1C1C1. Windows color (decimal): -5313020 or 323246. OLE color: 323246.

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

Color convert

RGB 174 238 4 -
CMYK 0.27 0 0.98 0.07
HSL 76.41º 0.97% 0.47% -
HSV(B) 76.41º 0.98% 0.93% -
XYZ 48.05 70.16 11.12 -
YUV 192.19 21.8 115.03 -
System Red Green Blue C M Y K H S L
Decimal 174 238 4 0.27 0 0.98 0.07 76.41 0.97 0.47
Hex AE EE 4 1B 0 62 7 4C 61 2F
Octal 256 356 4 33 0 142 7 114 141 57
Binary 10101110 11101110 100 11011 0 1100010 111 1001100 1100001 101111

Color Harmonies of #AEEE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEE04

Black with #AEEE04

Text Example


Text Example

White with #AEEE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEE04; }

 p { color: rgb(174,238,4); }

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

background-color css

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

 a { background-color: rgb(174,238,4); }

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

border-color css

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

 span { border-color: rgb(174,238,4); }

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