Html Css Color HEX #ADFC0A Spring Bud

📋 copy color: '#ADFC0A'

red 173 ◦ green 252 ◦ blue 10

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

Shades of Spring Bud #ADFC0A

Tints of Spring Bud #ADFC0A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.93%

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

R = 39.77%
G = 57.93%
B = 2.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#ADFC0A (or 0xADFC0A) is known color: Spring Bud. HEX triplet: AD, FC and 0A. RGB value is (173,252,10). Sum of RGB (Red+Green+Blue) = 173+252+10=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 252 (98.83% from 255 or 57.93% from 435); Blue value is 10 (4.30% from 255 or 2.30% from 435); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADFC0A is #5203F5. Grayscale: #C9C9C9. Windows color (decimal): -5374966 or 720045. OLE color: 720045.

HSL color Cylindrical-coordinate representation of color #ADFC0A: hue angle of 79.59º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADFC0A is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 252 10 -
CMYK 0.31 0 0.96 0.01
HSL 79.59º 0.98% 0.51% -
HSV(B) 79.59º 0.96% 0.99% -
XYZ 52.1 78.53 12.7 -
YUV 200.79 20.33 108.18 -
System Red Green Blue C M Y K H S L
Decimal 173 252 10 0.31 0 0.96 0.01 79.59 0.98 0.51
Hex AD FC A 1F 0 60 1 50 62 33
Octal 255 374 12 37 0 140 1 120 142 63
Binary 10101101 11111100 1010 11111 0 1100000 1 1010000 1100010 110011

Color Harmonies of #ADFC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFC0A

Black with #ADFC0A

Text Example


Text Example

White with #ADFC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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