Html Css Color HEX #ADF165 Conifer

📋 copy color: '#ADF165'

red 173 ◦ green 241 ◦ blue 101

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

Shades of Conifer #ADF165

Tints of Conifer #ADF165

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.8%

 BLUE value IS 101 (39.84% from 255) = 19.61%

R = 33.59%
G = 46.8%
B = 19.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#ADF165 (or 0xADF165) is known color: Conifer. HEX triplet: AD, F1 and 65. RGB value is (173,241,101). Sum of RGB (Red+Green+Blue) = 173+241+101=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF165 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF165 is #520E9A. Grayscale: #CDCDCD. Windows color (decimal): -5377691 or 6681005. OLE color: 6681005.

HSL color Cylindrical-coordinate representation of color #ADF165: hue angle of 89.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADF165 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 241 101 -
CMYK 0.28 0 0.58 0.05
HSL 89.14º 0.83% 0.67% -
HSV(B) 89.14º 0.58% 0.95% -
XYZ 51.04 72.73 23.66 -
YUV 204.71 69.47 105.38 -
System Red Green Blue C M Y K H S L
Decimal 173 241 101 0.28 0 0.58 0.05 89.14 0.83 0.67
Hex AD F1 65 1C 0 3A 5 59 53 43
Octal 255 361 145 34 0 72 5 131 123 103
Binary 10101101 11110001 1100101 11100 0 111010 101 1011001 1010011 1000011

Color Harmonies of #ADF165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF165

Black with #ADF165

Text Example


Text Example

White with #ADF165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF165; }

 p { color: rgb(173,241,101); }

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

background-color css

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

 a { background-color: rgb(173,241,101); }

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

border-color css

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

 span { border-color: rgb(173,241,101); }

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