Html Css Color HEX #ADCF69 Conifer

📋 copy color: '#ADCF69'

red 173 ◦ green 207 ◦ blue 105

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

Shades of Conifer #ADCF69

Tints of Conifer #ADCF69

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.68%

 BLUE value IS 105 (41.41% from 255) = 21.65%

R = 35.67%
G = 42.68%
B = 21.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#ADCF69 (or 0xADCF69) is known color: Conifer. HEX triplet: AD, CF and 69. RGB value is (173,207,105). Sum of RGB (Red+Green+Blue) = 173+207+105=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF69 is #523096. Grayscale: #B9B9B9. Windows color (decimal): -5386391 or 6934445. OLE color: 6934445.

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

Color convert

RGB 173 207 105 -
CMYK 0.16 0 0.49 0.19
HSL 80º 0.52% 0.61% -
HSV(B) 80º 0.49% 0.81% -
XYZ 42.1 54.53 21.67 -
YUV 185.21 82.74 119.29 -
System Red Green Blue C M Y K H S L
Decimal 173 207 105 0.16 0 0.49 0.19 80 0.52 0.61
Hex AD CF 69 10 0 31 13 50 34 3D
Octal 255 317 151 20 0 61 23 120 64 75
Binary 10101101 11001111 1101001 10000 0 110001 10011 1010000 110100 111101

Color Harmonies of #ADCF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF69

Black with #ADCF69

Text Example


Text Example

White with #ADCF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF69; }

 p { color: rgb(173,207,105); }

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

background-color css

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

 a { background-color: rgb(173,207,105); }

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

border-color css

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

 span { border-color: rgb(173,207,105); }

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