Html Css Color HEX #ADF810 Spring Bud

📋 copy color: '#ADF810'

red 173 ◦ green 248 ◦ blue 16

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

Shades of Spring Bud #ADF810

Tints of Spring Bud #ADF810

RGB

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

 GREEN value IS 248 (97.27% from 255) = 56.75%

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

R = 39.59%
G = 56.75%
B = 3.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#ADF810 (or 0xADF810) is known color: Spring Bud. HEX triplet: AD, F8 and 10. RGB value is (173,248,16). Sum of RGB (Red+Green+Blue) = 173+248+16=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 248 (97.27% from 255 or 56.75% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF810 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF810 is #5207EF. Grayscale: #C7C7C7. Windows color (decimal): -5375984 or 1112237. OLE color: 1112237.

HSL color Cylindrical-coordinate representation of color #ADF810: hue angle of 79.4º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADF810 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 248 16 -
CMYK 0.30 0 0.94 0.03
HSL 79.4º 0.94% 0.52% -
HSV(B) 79.4º 0.94% 0.97% -
XYZ 50.89 76.06 12.49 -
YUV 199.13 24.65 109.36 -
System Red Green Blue C M Y K H S L
Decimal 173 248 16 0.30 0 0.94 0.03 79.4 0.94 0.52
Hex AD F8 10 1E 0 5E 3 4F 5E 34
Octal 255 370 20 36 0 136 3 117 136 64
Binary 10101101 11111000 10000 11110 0 1011110 11 1001111 1011110 110100

Color Harmonies of #ADF810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF810

Black with #ADF810

Text Example


Text Example

White with #ADF810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF810; }

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

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

background-color css

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

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

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

border-color css

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

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

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