Html Css Color HEX #ADFF12 Spring Bud

📋 copy color: '#ADFF12'

red 173 ◦ green 255 ◦ blue 18

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

Shades of Spring Bud #ADFF12

Tints of Spring Bud #ADFF12

RGB

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

 GREEN value IS 255 (100% from 255) = 57.17%

 BLUE value IS 18 (7.42% from 255) = 4.04%

R = 38.79%
G = 57.17%
B = 4.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#ADFF12 (or 0xADFF12) is known color: Spring Bud. HEX triplet: AD, FF and 12. RGB value is (173,255,18). Sum of RGB (Red+Green+Blue) = 173+255+18=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 18 (7.42% from 255 or 4.04% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFF12 is #5200ED. Grayscale: #CCCCCC. Windows color (decimal): -5374190 or 1245101. OLE color: 1245101.

HSL color Cylindrical-coordinate representation of color #ADFF12: hue angle of 80.76º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADFF12 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 173 255 18 -
CMYK 0.32 0 0.93 0
HSL 80.76º 1% 0.54% -
HSV(B) 80.76º 0.93% 1% -
XYZ 53.1 80.45 13.3 -
YUV 203.46 23.33 106.27 -
System Red Green Blue C M Y K H S L
Decimal 173 255 18 0.32 0 0.93 0 80.76 1 0.54
Hex AD FF 12 20 0 5D 0 51 64 36
Octal 255 377 22 40 0 135 0 121 144 66
Binary 10101101 11111111 10010 100000 0 1011101 0 1010001 1100100 110110

Color Harmonies of #ADFF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFF12

Black with #ADFF12

Text Example


Text Example

White with #ADFF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFF12; }

 p { color: rgb(173,255,18); }

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

background-color css

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

 a { background-color: rgb(173,255,18); }

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

border-color css

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

 span { border-color: rgb(173,255,18); }

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