Html Css Color HEX #ADD365 Conifer

📋 copy color: '#ADD365'

red 173 ◦ green 211 ◦ blue 101

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

Shades of Conifer #ADD365

Tints of Conifer #ADD365

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.51%

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

R = 35.67%
G = 43.51%
B = 20.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#ADD365 (or 0xADD365) is known color: Conifer. HEX triplet: AD, D3 and 65. RGB value is (173,211,101). Sum of RGB (Red+Green+Blue) = 173+211+101=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD365 is #522C9A. Grayscale: #BBBBBB. Windows color (decimal): -5385371 or 6673325. OLE color: 6673325.

HSL color Cylindrical-coordinate representation of color #ADD365: hue angle of 80.73º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADD365 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 211 101 -
CMYK 0.18 0 0.52 0.17
HSL 80.73º 0.56% 0.61% -
HSV(B) 80.73º 0.52% 0.83% -
XYZ 42.88 56.41 20.94 -
YUV 187.1 79.41 117.94 -
System Red Green Blue C M Y K H S L
Decimal 173 211 101 0.18 0 0.52 0.17 80.73 0.56 0.61
Hex AD D3 65 12 0 34 11 51 38 3D
Octal 255 323 145 22 0 64 21 121 70 75
Binary 10101101 11010011 1100101 10010 0 110100 10001 1010001 111000 111101

Color Harmonies of #ADD365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD365

Black with #ADD365

Text Example


Text Example

White with #ADD365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD365; }

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

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

background-color css

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

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

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

border-color css

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

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

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