Html Css Color HEX #ADF002 Spring Bud

📋 copy color: '#ADF002'

red 173 ◦ green 240 ◦ blue 2

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

Shades of Spring Bud #ADF002

Tints of Spring Bud #ADF002

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.83%

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

R = 41.69%
G = 57.83%
B = 0.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#ADF002 (or 0xADF002) is known color: Spring Bud. HEX triplet: AD, F0 and 02. RGB value is (173,240,2). Sum of RGB (Red+Green+Blue) = 173+240+2=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 240 (94.14% from 255 or 57.83% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF002 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF002 is #520FFD. Grayscale: #C1C1C1. Windows color (decimal): -5378046 or 192685. OLE color: 192685.

HSL color Cylindrical-coordinate representation of color #ADF002: hue angle of 76.89º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADF002 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 2 -
CMYK 0.28 0 0.99 0.06
HSL 76.89º 0.98% 0.47% -
HSV(B) 76.89º 0.99% 0.94% -
XYZ 48.4 71.21 11.25 -
YUV 192.84 20.3 113.85 -
System Red Green Blue C M Y K H S L
Decimal 173 240 2 0.28 0 0.99 0.06 76.89 0.98 0.47
Hex AD F0 2 1C 0 63 6 4D 62 2F
Octal 255 360 2 34 0 143 6 115 142 57
Binary 10101101 11110000 10 11100 0 1100011 110 1001101 1100010 101111

Color Harmonies of #ADF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF002

Black with #ADF002

Text Example


Text Example

White with #ADF002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF002; }

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

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

background-color css

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

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

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

border-color css

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

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

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