Html Css Color HEX #ADFF0D Spring Bud

📋 copy color: '#ADFF0D'

red 173 ◦ green 255 ◦ blue 13

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

Shades of Spring Bud #ADFF0D

Tints of Spring Bud #ADFF0D

RGB

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

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

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

R = 39.23%
G = 57.82%
B = 2.95%

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

#ADFF0D (or 0xADFF0D) is known color: Spring Bud. HEX triplet: AD, FF and 0D. RGB value is (173,255,13). Sum of RGB (Red+Green+Blue) = 173+255+13=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 255 (100% from 255 or 57.82% from 441); Blue value is 13 (5.47% from 255 or 2.95% from 441); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFF0D is #5200F2. Grayscale: #CBCBCB. Windows color (decimal): -5374195 or 917421. OLE color: 917421.

HSL color Cylindrical-coordinate representation of color #ADFF0D: hue angle of 80.33º 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 #ADFF0D is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 173 255 13 -
CMYK 0.32 0 0.95 0
HSL 80.33º 1% 0.53% -
HSV(B) 80.33º 0.95% 1% -
XYZ 53.07 80.43 13.11 -
YUV 202.89 20.83 106.68 -
System Red Green Blue C M Y K H S L
Decimal 173 255 13 0.32 0 0.95 0 80.33 1 0.53
Hex AD FF D 20 0 5F 0 50 64 35
Octal 255 377 15 40 0 137 0 120 144 65
Binary 10101101 11111111 1101 100000 0 1011111 0 1010000 1100100 110101

Color Harmonies of #ADFF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFF0D

Black with #ADFF0D

Text Example


Text Example

White with #ADFF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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