Html Css Color HEX #ADEB00 Spring Bud

📋 copy color: '#ADEB00'

red 173 ◦ green 235 ◦ blue 0

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

Shades of Spring Bud #ADEB00

Tints of Spring Bud #ADEB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.4%
G = 57.6%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#ADEB00 (or 0xADEB00) is known color: Spring Bud. HEX triplet: AD, EB and 00. RGB value is (173,235,0). Sum of RGB (Red+Green+Blue) = 173+235+0=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 235 (92.19% from 255 or 57.60% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEB00 is #5214FF. Grayscale: #BEBEBE. Windows color (decimal): -5379328 or 60333. OLE color: 60333.

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

Color convert

RGB 173 235 0 -
CMYK 0.26 0 1 0.08
HSL 75.83º 1% 0.46% -
HSV(B) 75.83º 1% 0.92% -
XYZ 46.94 68.3 10.71 -
YUV 189.67 20.96 116.11 -
System Red Green Blue C M Y K H S L
Decimal 173 235 0 0.26 0 1 0.08 75.83 1 0.46
Hex AD EB 0 1A 0 64 8 4C 64 2E
Octal 255 353 0 32 0 144 10 114 144 56
Binary 10101101 11101011 0 11010 0 1100100 1000 1001100 1100100 101110

Color Harmonies of #ADEB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEB00

Black with #ADEB00

Text Example


Text Example

White with #ADEB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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