Html Css Color HEX #AFDF6C Conifer

📋 copy color: '#AFDF6C'

red 175 ◦ green 223 ◦ blue 108

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

Shades of Conifer #AFDF6C

Tints of Conifer #AFDF6C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.07%

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

R = 34.58%
G = 44.07%
B = 21.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#AFDF6C (or 0xAFDF6C) is known color: Conifer. HEX triplet: AF, DF and 6C. RGB value is (175,223,108). Sum of RGB (Red+Green+Blue) = 175+223+108=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF6C is #502093. Grayscale: #C3C3C3. Windows color (decimal): -5251220 or 7135151. OLE color: 7135151.

HSL color Cylindrical-coordinate representation of color #AFDF6C: hue angle of 85.04º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFDF6C is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 108 -
CMYK 0.22 0 0.52 0.13
HSL 85.04º 0.64% 0.65% -
HSV(B) 85.04º 0.52% 0.87% -
XYZ 46.77 62.97 23.88 -
YUV 195.54 78.6 113.35 -
System Red Green Blue C M Y K H S L
Decimal 175 223 108 0.22 0 0.52 0.13 85.04 0.64 0.65
Hex AF DF 6C 16 0 34 D 55 40 41
Octal 257 337 154 26 0 64 15 125 100 101
Binary 10101111 11011111 1101100 10110 0 110100 1101 1010101 1000000 1000001

Color Harmonies of #AFDF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF6C

Black with #AFDF6C

Text Example


Text Example

White with #AFDF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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