Html Css Color HEX #AEF204 Spring Bud

📋 copy color: '#AEF204'

red 174 ◦ green 242 ◦ blue 4

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

Shades of Spring Bud #AEF204

Tints of Spring Bud #AEF204

RGB

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

 GREEN value IS 242 (94.92% from 255) = 57.62%

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

R = 41.43%
G = 57.62%
B = 0.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#AEF204 (or 0xAEF204) is known color: Spring Bud. HEX triplet: AE, F2 and 04. RGB value is (174,242,4). Sum of RGB (Red+Green+Blue) = 174+242+4=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 242 (94.92% from 255 or 57.62% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF204 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF204 is #510DFB. Grayscale: #C3C3C3. Windows color (decimal): -5311996 or 324270. OLE color: 324270.

HSL color Cylindrical-coordinate representation of color #AEF204: hue angle of 77.14º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AEF204 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 242 4 -
CMYK 0.28 0 0.98 0.05
HSL 77.14º 0.97% 0.48% -
HSV(B) 77.14º 0.98% 0.95% -
XYZ 49.23 72.51 11.52 -
YUV 194.54 20.47 113.35 -
System Red Green Blue C M Y K H S L
Decimal 174 242 4 0.28 0 0.98 0.05 77.14 0.97 0.48
Hex AE F2 4 1C 0 62 5 4D 61 30
Octal 256 362 4 34 0 142 5 115 141 60
Binary 10101110 11110010 100 11100 0 1100010 101 1001101 1100001 110000

Color Harmonies of #AEF204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF204

Black with #AEF204

Text Example


Text Example

White with #AEF204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF204; }

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

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

background-color css

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

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

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

border-color css

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

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

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