Html Css Color HEX #ADFC13 Spring Bud

📋 copy color: '#ADFC13'

red 173 ◦ green 252 ◦ blue 19

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

Shades of Spring Bud #ADFC13

Tints of Spring Bud #ADFC13

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56.76%

 BLUE value IS 19 (7.81% from 255) = 4.28%

R = 38.96%
G = 56.76%
B = 4.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#ADFC13 (or 0xADFC13) is known color: Spring Bud. HEX triplet: AD, FC and 13. RGB value is (173,252,19). Sum of RGB (Red+Green+Blue) = 173+252+19=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 252 (98.83% from 255 or 56.76% from 444); Blue value is 19 (7.81% from 255 or 4.28% from 444); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFC13 is #5203EC. Grayscale: #CACACA. Windows color (decimal): -5374957 or 1309869. OLE color: 1309869.

HSL color Cylindrical-coordinate representation of color #ADFC13: hue angle of 80.34º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADFC13 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 252 19 -
CMYK 0.31 0 0.92 0.01
HSL 80.34º 0.97% 0.53% -
HSV(B) 80.34º 0.92% 0.99% -
XYZ 52.16 78.55 13.03 -
YUV 201.82 24.83 107.45 -
System Red Green Blue C M Y K H S L
Decimal 173 252 19 0.31 0 0.92 0.01 80.34 0.97 0.53
Hex AD FC 13 1F 0 5C 1 50 61 35
Octal 255 374 23 37 0 134 1 120 141 65
Binary 10101101 11111100 10011 11111 0 1011100 1 1010000 1100001 110101

Color Harmonies of #ADFC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFC13

Black with #ADFC13

Text Example


Text Example

White with #ADFC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFC13; }

 p { color: rgb(173,252,19); }

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

background-color css

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

 a { background-color: rgb(173,252,19); }

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

border-color css

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

 span { border-color: rgb(173,252,19); }

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