Html Css Color HEX #ADFC16 Spring Bud

📋 copy color: '#ADFC16'

red 173 ◦ green 252 ◦ blue 22

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

Shades of Spring Bud #ADFC16

Tints of Spring Bud #ADFC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.92%

R = 38.7%
G = 56.38%
B = 4.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#ADFC16 (or 0xADFC16) is known color: Spring Bud. HEX triplet: AD, FC and 16. RGB value is (173,252,22). Sum of RGB (Red+Green+Blue) = 173+252+22=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 252 (98.83% from 255 or 56.38% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFC16 is #5203E9. Grayscale: #CACACA. Windows color (decimal): -5374954 or 1506477. OLE color: 1506477.

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

Color convert

RGB 173 252 22 -
CMYK 0.31 0 0.91 0.01
HSL 80.61º 0.97% 0.54% -
HSV(B) 80.61º 0.91% 0.99% -
XYZ 52.19 78.56 13.17 -
YUV 202.16 26.33 107.2 -
System Red Green Blue C M Y K H S L
Decimal 173 252 22 0.31 0 0.91 0.01 80.61 0.97 0.54
Hex AD FC 16 1F 0 5B 1 51 61 36
Octal 255 374 26 37 0 133 1 121 141 66
Binary 10101101 11111100 10110 11111 0 1011011 1 1010001 1100001 110110

Color Harmonies of #ADFC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFC16

Black with #ADFC16

Text Example


Text Example

White with #ADFC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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