Html Css Color HEX #ADD665 Conifer

📋 copy color: '#ADD665'

red 173 ◦ green 214 ◦ blue 101

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

Shades of Conifer #ADD665

Tints of Conifer #ADD665

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.85%

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

R = 35.45%
G = 43.85%
B = 20.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#ADD665 (or 0xADD665) is known color: Conifer. HEX triplet: AD, D6 and 65. RGB value is (173,214,101). Sum of RGB (Red+Green+Blue) = 173+214+101=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD665 is #52299A. Grayscale: #BDBDBD. Windows color (decimal): -5384603 or 6674093. OLE color: 6674093.

HSL color Cylindrical-coordinate representation of color #ADD665: hue angle of 81.77º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADD665 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 101 -
CMYK 0.19 0 0.53 0.16
HSL 81.77º 0.58% 0.62% -
HSV(B) 81.77º 0.53% 0.84% -
XYZ 43.63 57.92 21.19 -
YUV 188.86 78.42 116.69 -
System Red Green Blue C M Y K H S L
Decimal 173 214 101 0.19 0 0.53 0.16 81.77 0.58 0.62
Hex AD D6 65 13 0 35 10 52 3A 3E
Octal 255 326 145 23 0 65 20 122 72 76
Binary 10101101 11010110 1100101 10011 0 110101 10000 1010010 111010 111110

Color Harmonies of #ADD665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD665

Black with #ADD665

Text Example


Text Example

White with #ADD665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD665; }

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

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

background-color css

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

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

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

border-color css

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

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

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