Html Css Color HEX #AEFF0D Spring Bud

📋 copy color: '#AEFF0D'

red 174 ◦ green 255 ◦ blue 13

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

Shades of Spring Bud #AEFF0D

Tints of Spring Bud #AEFF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.94%

R = 39.37%
G = 57.69%
B = 2.94%

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

#AEFF0D (or 0xAEFF0D) is known color: Spring Bud. HEX triplet: AE, FF and 0D. RGB value is (174,255,13). Sum of RGB (Red+Green+Blue) = 174+255+13=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 255 (100% from 255 or 57.69% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFF0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEFF0D is #5100F2. Grayscale: #CCCCCC. Windows color (decimal): -5308659 or 917422. OLE color: 917422.

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

Color convert

RGB 174 255 13 -
CMYK 0.32 0 0.95 0
HSL 80.08º 1% 0.53% -
HSV(B) 80.08º 0.95% 1% -
XYZ 53.29 80.55 13.12 -
YUV 203.19 20.66 107.18 -
System Red Green Blue C M Y K H S L
Decimal 174 255 13 0.32 0 0.95 0 80.08 1 0.53
Hex AE FF D 20 0 5F 0 50 64 35
Octal 256 377 15 40 0 137 0 120 144 65
Binary 10101110 11111111 1101 100000 0 1011111 0 1010000 1100100 110101

Color Harmonies of #AEFF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFF0D

Black with #AEFF0D

Text Example


Text Example

White with #AEFF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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