Html Css Color HEX #ADF004 Spring Bud

📋 copy color: '#ADF004'

red 173 ◦ green 240 ◦ blue 4

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

Shades of Spring Bud #ADF004

Tints of Spring Bud #ADF004

RGB

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

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

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

R = 41.49%
G = 57.55%
B = 0.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#ADF004 (or 0xADF004) is known color: Spring Bud. HEX triplet: AD, F0 and 04. RGB value is (173,240,4). Sum of RGB (Red+Green+Blue) = 173+240+4=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 240 (94.14% from 255 or 57.55% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF004 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF004 is #520FFB. Grayscale: #C1C1C1. Windows color (decimal): -5378044 or 323757. OLE color: 323757.

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

Color convert

RGB 173 240 4 -
CMYK 0.28 0 0.98 0.06
HSL 77.03º 0.97% 0.48% -
HSV(B) 77.03º 0.98% 0.94% -
XYZ 48.42 71.21 11.31 -
YUV 193.06 21.3 113.69 -
System Red Green Blue C M Y K H S L
Decimal 173 240 4 0.28 0 0.98 0.06 77.03 0.97 0.48
Hex AD F0 4 1C 0 62 6 4D 61 30
Octal 255 360 4 34 0 142 6 115 141 60
Binary 10101101 11110000 100 11100 0 1100010 110 1001101 1100001 110000

Color Harmonies of #ADF004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF004

Black with #ADF004

Text Example


Text Example

White with #ADF004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF004; }

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

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

background-color css

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

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

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

border-color css

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

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

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