Html Css Color HEX #ADF306 Spring Bud

📋 copy color: '#ADF306'

red 173 ◦ green 243 ◦ blue 6

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

Shades of Spring Bud #ADF306

Tints of Spring Bud #ADF306

RGB

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

 GREEN value IS 243 (95.31% from 255) = 57.58%

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

R = 41%
G = 57.58%
B = 1.42%

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

#ADF306 (or 0xADF306) is known color: Spring Bud. HEX triplet: AD, F3 and 06. RGB value is (173,243,6). Sum of RGB (Red+Green+Blue) = 173+243+6=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 243 (95.31% from 255 or 57.58% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF306 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF306 is #520CF9. Grayscale: #C3C3C3. Windows color (decimal): -5377274 or 455597. OLE color: 455597.

HSL color Cylindrical-coordinate representation of color #ADF306: hue angle of 77.72º 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 #ADF306 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 243 6 -
CMYK 0.29 0 0.98 0.05
HSL 77.72º 0.95% 0.49% -
HSV(B) 77.72º 0.98% 0.95% -
XYZ 49.32 73 11.66 -
YUV 195.05 21.31 112.27 -
System Red Green Blue C M Y K H S L
Decimal 173 243 6 0.29 0 0.98 0.05 77.72 0.95 0.49
Hex AD F3 6 1D 0 62 5 4E 5F 31
Octal 255 363 6 35 0 142 5 116 137 61
Binary 10101101 11110011 110 11101 0 1100010 101 1001110 1011111 110001

Color Harmonies of #ADF306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF306

Black with #ADF306

Text Example


Text Example

White with #ADF306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF306; }

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

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

background-color css

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

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

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

border-color css

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

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

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