Html Css Color HEX #ADF661 Conifer

📋 copy color: '#ADF661'

red 173 ◦ green 246 ◦ blue 97

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

Shades of Conifer #ADF661

Tints of Conifer #ADF661

RGB

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

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

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

R = 33.53%
G = 47.67%
B = 18.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#ADF661 (or 0xADF661) is known color: Conifer. HEX triplet: AD, F6 and 61. RGB value is (173,246,97). Sum of RGB (Red+Green+Blue) = 173+246+97=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF661 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF661 is #52099E. Grayscale: #CFCFCF. Windows color (decimal): -5376415 or 6420141. OLE color: 6420141.

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

Color convert

RGB 173 246 97 -
CMYK 0.30 0 0.61 0.04
HSL 89.4º 0.89% 0.67% -
HSV(B) 89.4º 0.61% 0.96% -
XYZ 52.35 75.66 23.15 -
YUV 207.19 65.82 103.62 -
System Red Green Blue C M Y K H S L
Decimal 173 246 97 0.30 0 0.61 0.04 89.4 0.89 0.67
Hex AD F6 61 1E 0 3D 4 59 59 43
Octal 255 366 141 36 0 75 4 131 131 103
Binary 10101101 11110110 1100001 11110 0 111101 100 1011001 1011001 1000011

Color Harmonies of #ADF661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF661

Black with #ADF661

Text Example


Text Example

White with #ADF661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF661; }

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

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

background-color css

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

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

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

border-color css

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

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

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