Html Css Color HEX #ADCE65 Conifer

📋 copy color: '#ADCE65'

red 173 ◦ green 206 ◦ blue 101

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

Shades of Conifer #ADCE65

Tints of Conifer #ADCE65

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.92%

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

R = 36.04%
G = 42.92%
B = 21.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#ADCE65 (or 0xADCE65) is known color: Conifer. HEX triplet: AD, CE and 65. RGB value is (173,206,101). Sum of RGB (Red+Green+Blue) = 173+206+101=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCE65 is #52319A. Grayscale: #B8B8B8. Windows color (decimal): -5386651 or 6672045. OLE color: 6672045.

HSL color Cylindrical-coordinate representation of color #ADCE65: hue angle of 78.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADCE65 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 101 -
CMYK 0.16 0 0.51 0.19
HSL 78.86º 0.52% 0.6% -
HSV(B) 78.86º 0.51% 0.81% -
XYZ 41.65 53.97 20.53 -
YUV 184.16 81.07 120.04 -
System Red Green Blue C M Y K H S L
Decimal 173 206 101 0.16 0 0.51 0.19 78.86 0.52 0.6
Hex AD CE 65 10 0 33 13 4F 34 3C
Octal 255 316 145 20 0 63 23 117 64 74
Binary 10101101 11001110 1100101 10000 0 110011 10011 1001111 110100 111100

Color Harmonies of #ADCE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE65

Black with #ADCE65

Text Example


Text Example

White with #ADCE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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