Html Css Color HEX #AEF504 Spring Bud

📋 copy color: '#AEF504'

red 174 ◦ green 245 ◦ blue 4

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

Shades of Spring Bud #AEF504

Tints of Spring Bud #AEF504

RGB

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

 GREEN value IS 245 (96.09% from 255) = 57.92%

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

R = 41.13%
G = 57.92%
B = 0.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#AEF504 (or 0xAEF504) is known color: Spring Bud. HEX triplet: AE, F5 and 04. RGB value is (174,245,4). Sum of RGB (Red+Green+Blue) = 174+245+4=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 245 (96.09% from 255 or 57.92% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF504 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF504 is #510AFB. Grayscale: #C5C5C5. Windows color (decimal): -5311228 or 325038. OLE color: 325038.

HSL color Cylindrical-coordinate representation of color #AEF504: hue angle of 77.68º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AEF504 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 245 4 -
CMYK 0.29 0 0.98 0.04
HSL 77.68º 0.97% 0.49% -
HSV(B) 77.68º 0.98% 0.96% -
XYZ 50.13 74.31 11.82 -
YUV 196.3 19.48 112.1 -
System Red Green Blue C M Y K H S L
Decimal 174 245 4 0.29 0 0.98 0.04 77.68 0.97 0.49
Hex AE F5 4 1D 0 62 4 4E 61 31
Octal 256 365 4 35 0 142 4 116 141 61
Binary 10101110 11110101 100 11101 0 1100010 100 1001110 1100001 110001

Color Harmonies of #AEF504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF504

Black with #AEF504

Text Example


Text Example

White with #AEF504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF504; }

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

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

background-color css

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

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

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

border-color css

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

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

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