Html Css Color HEX #AFDC3C Conifer

📋 copy color: '#AFDC3C'

red 175 ◦ green 220 ◦ blue 60

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

Shades of Conifer #AFDC3C

Tints of Conifer #AFDC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.19%

R = 38.46%
G = 48.35%
B = 13.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#AFDC3C (or 0xAFDC3C) is known color: Conifer. HEX triplet: AF, DC and 3C. RGB value is (175,220,60). Sum of RGB (Red+Green+Blue) = 175+220+60=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC3C is #5023C3. Grayscale: #BCBCBC. Windows color (decimal): -5252036 or 3988655. OLE color: 3988655.

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

Color convert

RGB 175 220 60 -
CMYK 0.20 0 0.73 0.14
HSL 76.88º 0.7% 0.55% -
HSV(B) 76.88º 0.73% 0.86% -
XYZ 44.09 60.63 13.65 -
YUV 188.31 55.59 118.51 -
System Red Green Blue C M Y K H S L
Decimal 175 220 60 0.20 0 0.73 0.14 76.88 0.7 0.55
Hex AF DC 3C 14 0 49 E 4D 46 37
Octal 257 334 74 24 0 111 16 115 106 67
Binary 10101111 11011100 111100 10100 0 1001001 1110 1001101 1000110 110111

Color Harmonies of #AFDC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC3C

Black with #AFDC3C

Text Example


Text Example

White with #AFDC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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