Html Css Color HEX #AFDC6C Conifer

📋 copy color: '#AFDC6C'

red 175 ◦ green 220 ◦ blue 108

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

Shades of Conifer #AFDC6C

Tints of Conifer #AFDC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.47%

R = 34.79%
G = 43.74%
B = 21.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#AFDC6C (or 0xAFDC6C) is known color: Conifer. HEX triplet: AF, DC and 6C. RGB value is (175,220,108). Sum of RGB (Red+Green+Blue) = 175+220+108=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC6C is #502393. Grayscale: #C2C2C2. Windows color (decimal): -5251988 or 7134383. OLE color: 7134383.

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

Color convert

RGB 175 220 108 -
CMYK 0.20 0 0.51 0.14
HSL 84.11º 0.62% 0.64% -
HSV(B) 84.11º 0.51% 0.86% -
XYZ 45.98 61.38 23.61 -
YUV 193.78 79.59 114.61 -
System Red Green Blue C M Y K H S L
Decimal 175 220 108 0.20 0 0.51 0.14 84.11 0.62 0.64
Hex AF DC 6C 14 0 33 E 54 3E 40
Octal 257 334 154 24 0 63 16 124 76 100
Binary 10101111 11011100 1101100 10100 0 110011 1110 1010100 111110 1000000

Color Harmonies of #AFDC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC6C

Black with #AFDC6C

Text Example


Text Example

White with #AFDC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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