Html Css Color HEX #ADF201 Spring Bud

📋 copy color: '#ADF201'

red 173 ◦ green 242 ◦ blue 1

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

Shades of Spring Bud #ADF201

Tints of Spring Bud #ADF201

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.17%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 41.59%
G = 58.17%
B = 0.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#ADF201 (or 0xADF201) is known color: Spring Bud. HEX triplet: AD, F2 and 01. RGB value is (173,242,1). Sum of RGB (Red+Green+Blue) = 173+242+1=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 242 (94.92% from 255 or 58.17% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF201 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF201 is #520DFE. Grayscale: #C2C2C2. Windows color (decimal): -5377535 or 127661. OLE color: 127661.

HSL color Cylindrical-coordinate representation of color #ADF201: hue angle of 77.18º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADF201 is Cyan = 0.29, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 1 -
CMYK 0.29 0 1.00 0.05
HSL 77.18º 0.99% 0.48% -
HSV(B) 77.18º 1% 0.95% -
XYZ 48.99 72.39 11.42 -
YUV 193.9 19.14 113.1 -
System Red Green Blue C M Y K H S L
Decimal 173 242 1 0.29 0 1.00 0.05 77.18 0.99 0.48
Hex AD F2 1 1D 0 64 5 4D 63 30
Octal 255 362 1 35 0 144 5 115 143 60
Binary 10101101 11110010 1 11101 0 1100100 101 1001101 1100011 110000

Color Harmonies of #ADF201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF201

Black with #ADF201

Text Example


Text Example

White with #ADF201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF201; }

 p { color: rgb(173,242,1); }

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

background-color css

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

 a { background-color: rgb(173,242,1); }

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

border-color css

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

 span { border-color: rgb(173,242,1); }

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