Html Css Color HEX #ADF206 Spring Bud

📋 copy color: '#ADF206'

red 173 ◦ green 242 ◦ blue 6

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

Shades of Spring Bud #ADF206

Tints of Spring Bud #ADF206

RGB

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

 GREEN value IS 242 (94.92% from 255) = 57.48%

 BLUE value IS 6 (2.73% from 255) = 1.43%

R = 41.09%
G = 57.48%
B = 1.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#ADF206 (or 0xADF206) is known color: Spring Bud. HEX triplet: AD, F2 and 06. RGB value is (173,242,6). Sum of RGB (Red+Green+Blue) = 173+242+6=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 242 (94.92% from 255 or 57.48% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF206 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF206 is #520DF9. Grayscale: #C3C3C3. Windows color (decimal): -5377530 or 455341. OLE color: 455341.

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

Color convert

RGB 173 242 6 -
CMYK 0.29 0 0.98 0.05
HSL 77.54º 0.95% 0.49% -
HSV(B) 77.54º 0.98% 0.95% -
XYZ 49.02 72.4 11.56 -
YUV 194.47 21.64 112.69 -
System Red Green Blue C M Y K H S L
Decimal 173 242 6 0.29 0 0.98 0.05 77.54 0.95 0.49
Hex AD F2 6 1D 0 62 5 4E 5F 31
Octal 255 362 6 35 0 142 5 116 137 61
Binary 10101101 11110010 110 11101 0 1100010 101 1001110 1011111 110001

Color Harmonies of #ADF206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF206

Black with #ADF206

Text Example


Text Example

White with #ADF206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF206; }

 p { color: rgb(173,242,6); }

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

background-color css

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

 a { background-color: rgb(173,242,6); }

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

border-color css

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

 span { border-color: rgb(173,242,6); }

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