Html Css Color HEX #ADFE0E Spring Bud

📋 copy color: '#ADFE0E'

red 173 ◦ green 254 ◦ blue 14

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

Shades of Spring Bud #ADFE0E

Tints of Spring Bud #ADFE0E

RGB

 RED value IS 173 (67.97% from 255) = 39.23%

 GREEN value IS 254 (99.61% from 255) = 57.6%

 BLUE value IS 14 (5.86% from 255) = 3.17%

R = 39.23%
G = 57.6%
B = 3.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#ADFE0E (or 0xADFE0E) is known color: Spring Bud. HEX triplet: AD, FE and 0E. RGB value is (173,254,14). Sum of RGB (Red+Green+Blue) = 173+254+14=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 254 (99.61% from 255 or 57.60% from 441); Blue value is 14 (5.86% from 255 or 3.17% from 441); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFE0E is #5201F1. Grayscale: #CBCBCB. Windows color (decimal): -5374450 or 982701. OLE color: 982701.

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

Color convert

RGB 173 254 14 -
CMYK 0.32 0 0.94 0.00
HSL 80.25º 0.99% 0.53% -
HSV(B) 80.25º 0.94% 1% -
XYZ 52.75 79.8 13.04 -
YUV 202.42 21.66 107.01 -
System Red Green Blue C M Y K H S L
Decimal 173 254 14 0.32 0 0.94 0.00 80.25 0.99 0.53
Hex AD FE E 20 0 5E 0 50 63 35
Octal 255 376 16 40 0 136 0 120 143 65
Binary 10101101 11111110 1110 100000 0 1011110 0 1010000 1100011 110101

Color Harmonies of #ADFE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFE0E

Black with #ADFE0E

Text Example


Text Example

White with #ADFE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFE0E; }

 p { color: rgb(173,254,14); }

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

background-color css

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

 a { background-color: rgb(173,254,14); }

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

border-color css

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

 span { border-color: rgb(173,254,14); }

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