Html Css Color HEX #ADEA00 Spring Bud

📋 copy color: '#ADEA00'

red 173 ◦ green 234 ◦ blue 0

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

Shades of Spring Bud #ADEA00

Tints of Spring Bud #ADEA00

RGB

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

 GREEN value IS 234 (91.8% from 255) = 57.49%

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

R = 42.51%
G = 57.49%
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

#ADEA00 (or 0xADEA00) is known color: Spring Bud. HEX triplet: AD, EA and 00. RGB value is (173,234,0). Sum of RGB (Red+Green+Blue) = 173+234+0=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 234 (91.80% from 255 or 57.49% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEA00 is #5215FF. Grayscale: #BDBDBD. Windows color (decimal): -5379584 or 60077. OLE color: 60077.

HSL color Cylindrical-coordinate representation of color #ADEA00: hue angle of 75.64º 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 #ADEA00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 234 0 -
CMYK 0.26 0 1 0.08
HSL 75.64º 1% 0.46% -
HSV(B) 75.64º 1% 0.92% -
XYZ 46.66 67.73 10.61 -
YUV 189.09 21.29 116.53 -
System Red Green Blue C M Y K H S L
Decimal 173 234 0 0.26 0 1 0.08 75.64 1 0.46
Hex AD EA 0 1A 0 64 8 4C 64 2E
Octal 255 352 0 32 0 144 10 114 144 56
Binary 10101101 11101010 0 11010 0 1100100 1000 1001100 1100100 101110

Color Harmonies of #ADEA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEA00

Black with #ADEA00

Text Example


Text Example

White with #ADEA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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