Html Css Color HEX #ADF561 Conifer

📋 copy color: '#ADF561'

red 173 ◦ green 245 ◦ blue 97

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

Shades of Conifer #ADF561

Tints of Conifer #ADF561

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.57%

 BLUE value IS 97 (38.28% from 255) = 18.83%

R = 33.59%
G = 47.57%
B = 18.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#ADF561 (or 0xADF561) is known color: Conifer. HEX triplet: AD, F5 and 61. RGB value is (173,245,97). Sum of RGB (Red+Green+Blue) = 173+245+97=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF561 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF561 is #520A9E. Grayscale: #CFCFCF. Windows color (decimal): -5376671 or 6419885. OLE color: 6419885.

HSL color Cylindrical-coordinate representation of color #ADF561: hue angle of 89.19º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADF561 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 245 97 -
CMYK 0.29 0 0.60 0.04
HSL 89.19º 0.88% 0.67% -
HSV(B) 89.19º 0.6% 0.96% -
XYZ 52.04 75.05 23.05 -
YUV 206.6 66.15 104.03 -
System Red Green Blue C M Y K H S L
Decimal 173 245 97 0.29 0 0.60 0.04 89.19 0.88 0.67
Hex AD F5 61 1D 0 3C 4 59 58 43
Octal 255 365 141 35 0 74 4 131 130 103
Binary 10101101 11110101 1100001 11101 0 111100 100 1011001 1011000 1000011

Color Harmonies of #ADF561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF561

Black with #ADF561

Text Example


Text Example

White with #ADF561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF561; }

 p { color: rgb(173,245,97); }

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

background-color css

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

 a { background-color: rgb(173,245,97); }

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

border-color css

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

 span { border-color: rgb(173,245,97); }

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