Html Css Color HEX #AEFF0C Spring Bud

📋 copy color: '#AEFF0C'

red 174 ◦ green 255 ◦ blue 12

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

Shades of Spring Bud #AEFF0C

Tints of Spring Bud #AEFF0C

RGB

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

 GREEN value IS 255 (100% from 255) = 57.82%

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

R = 39.46%
G = 57.82%
B = 2.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#AEFF0C (or 0xAEFF0C) is known color: Spring Bud. HEX triplet: AE, FF and 0C. RGB value is (174,255,12). Sum of RGB (Red+Green+Blue) = 174+255+12=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 255 (100% from 255 or 57.82% from 441); Blue value is 12 (5.08% from 255 or 2.72% from 441); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFF0C is #5100F3. Grayscale: #CBCBCB. Windows color (decimal): -5308660 or 851886. OLE color: 851886.

HSL color Cylindrical-coordinate representation of color #AEFF0C: hue angle of 80º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEFF0C is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 12 -
CMYK 0.32 0 0.95 0
HSL 80º 1% 0.52% -
HSV(B) 80º 0.95% 1% -
XYZ 53.28 80.55 13.09 -
YUV 203.08 20.16 107.26 -
System Red Green Blue C M Y K H S L
Decimal 174 255 12 0.32 0 0.95 0 80 1 0.52
Hex AE FF C 20 0 5F 0 50 64 34
Octal 256 377 14 40 0 137 0 120 144 64
Binary 10101110 11111111 1100 100000 0 1011111 0 1010000 1100100 110100

Color Harmonies of #AEFF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF0C

Black with #AEFF0C

Text Example


Text Example

White with #AEFF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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