Html Css Color HEX #AFDC6A Conifer

📋 copy color: '#AFDC6A'

red 175 ◦ green 220 ◦ blue 106

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

Shades of Conifer #AFDC6A

Tints of Conifer #AFDC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.16%

R = 34.93%
G = 43.91%
B = 21.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#AFDC6A (or 0xAFDC6A) is known color: Conifer. HEX triplet: AF, DC and 6A. RGB value is (175,220,106). Sum of RGB (Red+Green+Blue) = 175+220+106=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC6A is #502395. Grayscale: #C1C1C1. Windows color (decimal): -5251990 or 7003311. OLE color: 7003311.

HSL color Cylindrical-coordinate representation of color #AFDC6A: hue angle of 83.68º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFDC6A is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 106 -
CMYK 0.20 0 0.52 0.14
HSL 83.68º 0.62% 0.64% -
HSV(B) 83.68º 0.52% 0.86% -
XYZ 45.87 61.34 23.06 -
YUV 193.55 78.59 114.77 -
System Red Green Blue C M Y K H S L
Decimal 175 220 106 0.20 0 0.52 0.14 83.68 0.62 0.64
Hex AF DC 6A 14 0 34 E 54 3E 40
Octal 257 334 152 24 0 64 16 124 76 100
Binary 10101111 11011100 1101010 10100 0 110100 1110 1010100 111110 1000000

Color Harmonies of #AFDC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC6A

Black with #AFDC6A

Text Example


Text Example

White with #AFDC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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