Html Css Color HEX #ADF610 Spring Bud

📋 copy color: '#ADF610'

red 173 ◦ green 246 ◦ blue 16

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

Shades of Spring Bud #ADF610

Tints of Spring Bud #ADF610

RGB

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

 GREEN value IS 246 (96.48% from 255) = 56.55%

 BLUE value IS 16 (6.64% from 255) = 3.68%

R = 39.77%
G = 56.55%
B = 3.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#ADF610 (or 0xADF610) is known color: Spring Bud. HEX triplet: AD, F6 and 10. RGB value is (173,246,16). Sum of RGB (Red+Green+Blue) = 173+246+16=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 246 (96.48% from 255 or 56.55% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF610 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF610 is #5209EF. Grayscale: #C6C6C6. Windows color (decimal): -5376496 or 1111725. OLE color: 1111725.

HSL color Cylindrical-coordinate representation of color #ADF610: hue angle of 79.04º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADF610 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 246 16 -
CMYK 0.30 0 0.93 0.04
HSL 79.04º 0.93% 0.51% -
HSV(B) 79.04º 0.93% 0.96% -
XYZ 50.28 74.83 12.28 -
YUV 197.95 25.32 110.2 -
System Red Green Blue C M Y K H S L
Decimal 173 246 16 0.30 0 0.93 0.04 79.04 0.93 0.51
Hex AD F6 10 1E 0 5D 4 4F 5D 33
Octal 255 366 20 36 0 135 4 117 135 63
Binary 10101101 11110110 10000 11110 0 1011101 100 1001111 1011101 110011

Color Harmonies of #ADF610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF610

Black with #ADF610

Text Example


Text Example

White with #ADF610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF610; }

 p { color: rgb(173,246,16); }

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

background-color css

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

 a { background-color: rgb(173,246,16); }

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

border-color css

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

 span { border-color: rgb(173,246,16); }

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