Html Css Color HEX #AEFA0C Spring Bud

📋 copy color: '#AEFA0C'

red 174 ◦ green 250 ◦ blue 12

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

Shades of Spring Bud #AEFA0C

Tints of Spring Bud #AEFA0C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 57.34%

 BLUE value IS 12 (5.08% from 255) = 2.75%

R = 39.91%
G = 57.34%
B = 2.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#AEFA0C (or 0xAEFA0C) is known color: Spring Bud. HEX triplet: AE, FA and 0C. RGB value is (174,250,12). Sum of RGB (Red+Green+Blue) = 174+250+12=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 250 (98.05% from 255 or 57.34% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFA0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFA0C is #5105F3. Grayscale: #C9C9C9. Windows color (decimal): -5309940 or 850606. OLE color: 850606.

HSL color Cylindrical-coordinate representation of color #AEFA0C: hue angle of 79.16º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEFA0C is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 250 12 -
CMYK 0.30 0 0.95 0.02
HSL 79.16º 0.96% 0.51% -
HSV(B) 79.16º 0.95% 0.98% -
XYZ 51.71 77.4 12.56 -
YUV 200.14 21.82 109.35 -
System Red Green Blue C M Y K H S L
Decimal 174 250 12 0.30 0 0.95 0.02 79.16 0.96 0.51
Hex AE FA C 1E 0 5F 2 4F 60 33
Octal 256 372 14 36 0 137 2 117 140 63
Binary 10101110 11111010 1100 11110 0 1011111 10 1001111 1100000 110011

Color Harmonies of #AEFA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFA0C

Black with #AEFA0C

Text Example


Text Example

White with #AEFA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFA0C; }

 p { color: rgb(174,250,12); }

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

background-color css

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

 a { background-color: rgb(174,250,12); }

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

border-color css

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

 span { border-color: rgb(174,250,12); }

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