Html Css Color HEX #ADED01 Spring Bud

📋 copy color: '#ADED01'

red 173 ◦ green 237 ◦ blue 1

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

Shades of Spring Bud #ADED01

Tints of Spring Bud #ADED01

RGB

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

 GREEN value IS 237 (92.97% from 255) = 57.66%

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

R = 42.09%
G = 57.66%
B = 0.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ADED01 (or 0xADED01) is known color: Spring Bud. HEX triplet: AD, ED and 01. RGB value is (173,237,1). Sum of RGB (Red+Green+Blue) = 173+237+1=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 237 (92.97% from 255 or 57.66% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADED01 is #5212FE. Grayscale: #BFBFBF. Windows color (decimal): -5378815 or 126381. OLE color: 126381.

HSL color Cylindrical-coordinate representation of color #ADED01: hue angle of 76.27º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADED01 is Cyan = 0.27, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 237 1 -
CMYK 0.27 0 1.00 0.07
HSL 76.27º 0.99% 0.47% -
HSV(B) 76.27º 1% 0.93% -
XYZ 47.52 69.45 10.93 -
YUV 190.96 20.8 115.19 -
System Red Green Blue C M Y K H S L
Decimal 173 237 1 0.27 0 1.00 0.07 76.27 0.99 0.47
Hex AD ED 1 1B 0 64 7 4C 63 2F
Octal 255 355 1 33 0 144 7 114 143 57
Binary 10101101 11101101 1 11011 0 1100100 111 1001100 1100011 101111

Color Harmonies of #ADED01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADED01

Black with #ADED01

Text Example


Text Example

White with #ADED01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADED01; }

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

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

background-color css

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

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

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

border-color css

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

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

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