Html Css Color HEX #ADF901 Spring Bud

📋 copy color: '#ADF901'

red 173 ◦ green 249 ◦ blue 1

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

Shades of Spring Bud #ADF901

Tints of Spring Bud #ADF901

RGB

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

 GREEN value IS 249 (97.66% from 255) = 58.87%

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

R = 40.9%
G = 58.87%
B = 0.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#ADF901 (or 0xADF901) is known color: Spring Bud. HEX triplet: AD, F9 and 01. RGB value is (173,249,1). Sum of RGB (Red+Green+Blue) = 173+249+1=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 249 (97.66% from 255 or 58.87% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF901 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF901 is #5206FE. Grayscale: #C6C6C6. Windows color (decimal): -5375743 or 129453. OLE color: 129453.

HSL color Cylindrical-coordinate representation of color #ADF901: hue angle of 78.39º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADF901 is Cyan = 0.31, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 249 1 -
CMYK 0.31 0 1.00 0.02
HSL 78.39º 0.99% 0.49% -
HSV(B) 78.39º 1% 0.98% -
XYZ 51.11 76.64 12.13 -
YUV 198 16.82 110.17 -
System Red Green Blue C M Y K H S L
Decimal 173 249 1 0.31 0 1.00 0.02 78.39 0.99 0.49
Hex AD F9 1 1F 0 64 2 4E 63 31
Octal 255 371 1 37 0 144 2 116 143 61
Binary 10101101 11111001 1 11111 0 1100100 10 1001110 1100011 110001

Color Harmonies of #ADF901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF901

Black with #ADF901

Text Example


Text Example

White with #ADF901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF901; }

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

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

background-color css

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

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

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

border-color css

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

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

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