Html Css Color HEX #ADEC01 Spring Bud

📋 copy color: '#ADEC01'

red 173 ◦ green 236 ◦ blue 1

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

Shades of Spring Bud #ADEC01

Tints of Spring Bud #ADEC01

RGB

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

 GREEN value IS 236 (92.58% from 255) = 57.56%

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

R = 42.2%
G = 57.56%
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

#ADEC01 (or 0xADEC01) is known color: Spring Bud. HEX triplet: AD, EC and 01. RGB value is (173,236,1). Sum of RGB (Red+Green+Blue) = 173+236+1=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 236 (92.58% from 255 or 57.56% from 410); Blue value is 1 (0.78% from 255 or 0.24% from 410); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEC01 is #5213FE. Grayscale: #BFBFBF. Windows color (decimal): -5379071 or 126125. OLE color: 126125.

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

Color convert

RGB 173 236 1 -
CMYK 0.27 0 1.00 0.07
HSL 76.09º 0.99% 0.46% -
HSV(B) 76.09º 1% 0.93% -
XYZ 47.23 68.88 10.83 -
YUV 190.37 21.13 115.61 -
System Red Green Blue C M Y K H S L
Decimal 173 236 1 0.27 0 1.00 0.07 76.09 0.99 0.46
Hex AD EC 1 1B 0 64 7 4C 63 2E
Octal 255 354 1 33 0 144 7 114 143 56
Binary 10101101 11101100 1 11011 0 1100100 111 1001100 1100011 101110

Color Harmonies of #ADEC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEC01

Black with #ADEC01

Text Example


Text Example

White with #ADEC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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