Html Css Color HEX #ADEB01 Spring Bud

📋 copy color: '#ADEB01'

red 173 ◦ green 235 ◦ blue 1

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

Shades of Spring Bud #ADEB01

Tints of Spring Bud #ADEB01

RGB

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

 GREEN value IS 235 (92.19% from 255) = 57.46%

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

R = 42.3%
G = 57.46%
B = 0.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#ADEB01 (or 0xADEB01) is known color: Spring Bud. HEX triplet: AD, EB and 01. RGB value is (173,235,1). Sum of RGB (Red+Green+Blue) = 173+235+1=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 235 (92.19% from 255 or 57.46% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEB01 is #5214FE. Grayscale: #BEBEBE. Windows color (decimal): -5379327 or 125869. OLE color: 125869.

HSL color Cylindrical-coordinate representation of color #ADEB01: hue angle of 75.9º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADEB01 is Cyan = 0.26, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 1 -
CMYK 0.26 0 1.00 0.08
HSL 75.9º 0.99% 0.46% -
HSV(B) 75.9º 1% 0.92% -
XYZ 46.95 68.3 10.74 -
YUV 189.79 21.46 116.03 -
System Red Green Blue C M Y K H S L
Decimal 173 235 1 0.26 0 1.00 0.08 75.9 0.99 0.46
Hex AD EB 1 1A 0 64 8 4C 63 2E
Octal 255 353 1 32 0 144 10 114 143 56
Binary 10101101 11101011 1 11010 0 1100100 1000 1001100 1100011 101110

Color Harmonies of #ADEB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEB01

Black with #ADEB01

Text Example


Text Example

White with #ADEB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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