Html Css Color HEX #ADDC4D Conifer

📋 copy color: '#ADDC4D'

red 173 ◦ green 220 ◦ blue 77

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

Shades of Conifer #ADDC4D

Tints of Conifer #ADDC4D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.81%

 BLUE value IS 77 (30.47% from 255) = 16.38%

R = 36.81%
G = 46.81%
B = 16.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#ADDC4D (or 0xADDC4D) is known color: Conifer. HEX triplet: AD, DC and 4D. RGB value is (173,220,77). Sum of RGB (Red+Green+Blue) = 173+220+77=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC4D is #5223B2. Grayscale: #BEBEBE. Windows color (decimal): -5383091 or 5102765. OLE color: 5102765.

HSL color Cylindrical-coordinate representation of color #ADDC4D: hue angle of 79.72º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADDC4D is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 77 -
CMYK 0.21 0 0.65 0.14
HSL 79.72º 0.67% 0.58% -
HSV(B) 79.72º 0.65% 0.86% -
XYZ 44.17 60.61 16.39 -
YUV 189.65 64.43 116.13 -
System Red Green Blue C M Y K H S L
Decimal 173 220 77 0.21 0 0.65 0.14 79.72 0.67 0.58
Hex AD DC 4D 15 0 41 E 50 43 3A
Octal 255 334 115 25 0 101 16 120 103 72
Binary 10101101 11011100 1001101 10101 0 1000001 1110 1010000 1000011 111010

Color Harmonies of #ADDC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC4D

Black with #ADDC4D

Text Example


Text Example

White with #ADDC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC4D; }

 p { color: rgb(173,220,77); }

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

background-color css

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

 a { background-color: rgb(173,220,77); }

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

border-color css

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

 span { border-color: rgb(173,220,77); }

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