Html Css Color HEX #AEF90D Spring Bud

📋 copy color: '#AEF90D'

red 174 ◦ green 249 ◦ blue 13

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

Shades of Spring Bud #AEF90D

Tints of Spring Bud #AEF90D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.11%

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

R = 39.91%
G = 57.11%
B = 2.98%

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

#AEF90D (or 0xAEF90D) is known color: Spring Bud. HEX triplet: AE, F9 and 0D. RGB value is (174,249,13). Sum of RGB (Red+Green+Blue) = 174+249+13=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 249 (97.66% from 255 or 57.11% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF90D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AEF90D is #5106F2. Grayscale: #C8C8C8. Windows color (decimal): -5310195 or 915886. OLE color: 915886.

HSL color Cylindrical-coordinate representation of color #AEF90D: hue angle of 79.07º degrees, saturation: 0.95, 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 #AEF90D is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 249 13 -
CMYK 0.30 0 0.95 0.02
HSL 79.07º 0.95% 0.51% -
HSV(B) 79.07º 0.95% 0.98% -
XYZ 51.4 76.78 12.49 -
YUV 199.67 22.65 109.69 -
System Red Green Blue C M Y K H S L
Decimal 174 249 13 0.30 0 0.95 0.02 79.07 0.95 0.51
Hex AE F9 D 1E 0 5F 2 4F 5F 33
Octal 256 371 15 36 0 137 2 117 137 63
Binary 10101110 11111001 1101 11110 0 1011111 10 1001111 1011111 110011

Color Harmonies of #AEF90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF90D

Black with #AEF90D

Text Example


Text Example

White with #AEF90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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