Html Css Color HEX #ADF008 Spring Bud

📋 copy color: '#ADF008'

red 173 ◦ green 240 ◦ blue 8

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

Shades of Spring Bud #ADF008

Tints of Spring Bud #ADF008

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.01%

 BLUE value IS 8 (3.52% from 255) = 1.9%

R = 41.09%
G = 57.01%
B = 1.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#ADF008 (or 0xADF008) is known color: Spring Bud. HEX triplet: AD, F0 and 08. RGB value is (173,240,8). Sum of RGB (Red+Green+Blue) = 173+240+8=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 240 (94.14% from 255 or 57.01% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF008 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF008 is #520FF7. Grayscale: #C2C2C2. Windows color (decimal): -5378040 or 585901. OLE color: 585901.

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

Color convert

RGB 173 240 8 -
CMYK 0.28 0 0.97 0.06
HSL 77.33º 0.94% 0.49% -
HSV(B) 77.33º 0.97% 0.94% -
XYZ 48.44 71.22 11.42 -
YUV 193.52 23.3 113.36 -
System Red Green Blue C M Y K H S L
Decimal 173 240 8 0.28 0 0.97 0.06 77.33 0.94 0.49
Hex AD F0 8 1C 0 61 6 4D 5E 31
Octal 255 360 10 34 0 141 6 115 136 61
Binary 10101101 11110000 1000 11100 0 1100001 110 1001101 1011110 110001

Color Harmonies of #ADF008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF008

Black with #ADF008

Text Example


Text Example

White with #ADF008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF008; }

 p { color: rgb(173,240,8); }

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

background-color css

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

 a { background-color: rgb(173,240,8); }

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

border-color css

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

 span { border-color: rgb(173,240,8); }

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