Html Css Color HEX #AFDC6D Conifer

📋 copy color: '#AFDC6D'

red 175 ◦ green 220 ◦ blue 109

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

Shades of Conifer #AFDC6D

Tints of Conifer #AFDC6D

RGB

 RED value IS 175 (68.75% from 255) = 34.72%

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

 BLUE value IS 109 (42.97% from 255) = 21.63%

R = 34.72%
G = 43.65%
B = 21.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#AFDC6D (or 0xAFDC6D) is known color: Conifer. HEX triplet: AF, DC and 6D. RGB value is (175,220,109). Sum of RGB (Red+Green+Blue) = 175+220+109=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC6D is #502392. Grayscale: #C2C2C2. Windows color (decimal): -5251987 or 7199919. OLE color: 7199919.

HSL color Cylindrical-coordinate representation of color #AFDC6D: hue angle of 84.32º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFDC6D is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 109 -
CMYK 0.20 0 0.50 0.14
HSL 84.32º 0.61% 0.65% -
HSV(B) 84.32º 0.5% 0.86% -
XYZ 46.03 61.4 23.89 -
YUV 193.89 80.09 114.53 -
System Red Green Blue C M Y K H S L
Decimal 175 220 109 0.20 0 0.50 0.14 84.32 0.61 0.65
Hex AF DC 6D 14 0 32 E 54 3D 41
Octal 257 334 155 24 0 62 16 124 75 101
Binary 10101111 11011100 1101101 10100 0 110010 1110 1010100 111101 1000001

Color Harmonies of #AFDC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC6D

Black with #AFDC6D

Text Example


Text Example

White with #AFDC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC6D; }

 p { color: rgb(175,220,109); }

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

background-color css

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

 a { background-color: rgb(175,220,109); }

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

border-color css

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

 span { border-color: rgb(175,220,109); }

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