Html Css Color HEX #ADF10A Spring Bud

📋 copy color: '#ADF10A'

red 173 ◦ green 241 ◦ blue 10

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

Shades of Spring Bud #ADF10A

Tints of Spring Bud #ADF10A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 56.84%

 BLUE value IS 10 (4.3% from 255) = 2.36%

R = 40.8%
G = 56.84%
B = 2.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#ADF10A (or 0xADF10A) is known color: Spring Bud. HEX triplet: AD, F1 and 0A. RGB value is (173,241,10). Sum of RGB (Red+Green+Blue) = 173+241+10=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 241 (94.53% from 255 or 56.84% from 424); Blue value is 10 (4.30% from 255 or 2.36% from 424); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF10A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF10A is #520EF5. Grayscale: #C3C3C3. Windows color (decimal): -5377782 or 717229. OLE color: 717229.

HSL color Cylindrical-coordinate representation of color #ADF10A: hue angle of 77.66º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADF10A is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 241 10 -
CMYK 0.28 0 0.96 0.05
HSL 77.66º 0.92% 0.49% -
HSV(B) 77.66º 0.96% 0.95% -
XYZ 48.74 71.82 11.58 -
YUV 194.33 23.97 112.78 -
System Red Green Blue C M Y K H S L
Decimal 173 241 10 0.28 0 0.96 0.05 77.66 0.92 0.49
Hex AD F1 A 1C 0 60 5 4E 5C 31
Octal 255 361 12 34 0 140 5 116 134 61
Binary 10101101 11110001 1010 11100 0 1100000 101 1001110 1011100 110001

Color Harmonies of #ADF10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF10A

Black with #ADF10A

Text Example


Text Example

White with #ADF10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF10A; }

 p { color: rgb(173,241,10); }

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

background-color css

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

 a { background-color: rgb(173,241,10); }

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

border-color css

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

 span { border-color: rgb(173,241,10); }

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