Html Css Color HEX #ADF510 Spring Bud

📋 copy color: '#ADF510'

red 173 ◦ green 245 ◦ blue 16

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

Shades of Spring Bud #ADF510

Tints of Spring Bud #ADF510

RGB

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

 GREEN value IS 245 (96.09% from 255) = 56.45%

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

R = 39.86%
G = 56.45%
B = 3.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#ADF510 (or 0xADF510) is known color: Spring Bud. HEX triplet: AD, F5 and 10. RGB value is (173,245,16). Sum of RGB (Red+Green+Blue) = 173+245+16=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 245 (96.09% from 255 or 56.45% from 434); Blue value is 16 (6.64% from 255 or 3.69% from 434); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF510 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF510 is #520AEF. Grayscale: #C6C6C6. Windows color (decimal): -5376752 or 1111469. OLE color: 1111469.

HSL color Cylindrical-coordinate representation of color #ADF510: hue angle of 78.86º degrees, saturation: 0.92, 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 #ADF510 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 245 16 -
CMYK 0.29 0 0.93 0.04
HSL 78.86º 0.92% 0.51% -
HSV(B) 78.86º 0.93% 0.96% -
XYZ 49.98 74.23 12.18 -
YUV 197.37 25.65 110.62 -
System Red Green Blue C M Y K H S L
Decimal 173 245 16 0.29 0 0.93 0.04 78.86 0.92 0.51
Hex AD F5 10 1D 0 5D 4 4F 5C 33
Octal 255 365 20 35 0 135 4 117 134 63
Binary 10101101 11110101 10000 11101 0 1011101 100 1001111 1011100 110011

Color Harmonies of #ADF510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF510

Black with #ADF510

Text Example


Text Example

White with #ADF510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF510; }

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

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

background-color css

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

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

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

border-color css

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

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

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