Html Css Color HEX #ADF104 Spring Bud

📋 copy color: '#ADF104'

red 173 ◦ green 241 ◦ blue 4

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

Shades of Spring Bud #ADF104

Tints of Spring Bud #ADF104

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.66%

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 41.39%
G = 57.66%
B = 0.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#ADF104 (or 0xADF104) is known color: Spring Bud. HEX triplet: AD, F1 and 04. RGB value is (173,241,4). Sum of RGB (Red+Green+Blue) = 173+241+4=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 241 (94.53% from 255 or 57.66% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF104 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF104 is #520EFB. Grayscale: #C2C2C2. Windows color (decimal): -5377788 or 324013. OLE color: 324013.

HSL color Cylindrical-coordinate representation of color #ADF104: hue angle of 77.22º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADF104 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 241 4 -
CMYK 0.28 0 0.98 0.05
HSL 77.22º 0.97% 0.48% -
HSV(B) 77.22º 0.98% 0.95% -
XYZ 48.71 71.8 11.41 -
YUV 193.65 20.97 113.27 -
System Red Green Blue C M Y K H S L
Decimal 173 241 4 0.28 0 0.98 0.05 77.22 0.97 0.48
Hex AD F1 4 1C 0 62 5 4D 61 30
Octal 255 361 4 34 0 142 5 115 141 60
Binary 10101101 11110001 100 11100 0 1100010 101 1001101 1100001 110000

Color Harmonies of #ADF104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF104

Black with #ADF104

Text Example


Text Example

White with #ADF104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF104; }

 p { color: rgb(173,241,4); }

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

background-color css

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

 a { background-color: rgb(173,241,4); }

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

border-color css

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

 span { border-color: rgb(173,241,4); }

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