Html Css Color HEX #ADF602 Spring Bud

📋 copy color: '#ADF602'

red 173 ◦ green 246 ◦ blue 2

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

Shades of Spring Bud #ADF602

Tints of Spring Bud #ADF602

RGB

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

 GREEN value IS 246 (96.48% from 255) = 58.43%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 41.09%
G = 58.43%
B = 0.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#ADF602 (or 0xADF602) is known color: Spring Bud. HEX triplet: AD, F6 and 02. RGB value is (173,246,2). Sum of RGB (Red+Green+Blue) = 173+246+2=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 246 (96.48% from 255 or 58.43% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF602 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF602 is #5209FD. Grayscale: #C5C5C5. Windows color (decimal): -5376510 or 194221. OLE color: 194221.

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

Color convert

RGB 173 246 2 -
CMYK 0.30 0 0.99 0.04
HSL 77.95º 0.98% 0.49% -
HSV(B) 77.95º 0.99% 0.96% -
XYZ 50.2 74.8 11.85 -
YUV 196.36 18.32 111.34 -
System Red Green Blue C M Y K H S L
Decimal 173 246 2 0.30 0 0.99 0.04 77.95 0.98 0.49
Hex AD F6 2 1E 0 63 4 4E 62 31
Octal 255 366 2 36 0 143 4 116 142 61
Binary 10101101 11110110 10 11110 0 1100011 100 1001110 1100010 110001

Color Harmonies of #ADF602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF602

Black with #ADF602

Text Example


Text Example

White with #ADF602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF602; }

 p { color: rgb(173,246,2); }

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

background-color css

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

 a { background-color: rgb(173,246,2); }

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

border-color css

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

 span { border-color: rgb(173,246,2); }

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