Html Css Color HEX #AFDF6E Conifer

📋 copy color: '#AFDF6E'

red 175 ◦ green 223 ◦ blue 110

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

Shades of Conifer #AFDF6E

Tints of Conifer #AFDF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.65%

R = 34.45%
G = 43.9%
B = 21.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#AFDF6E (or 0xAFDF6E) is known color: Conifer. HEX triplet: AF, DF and 6E. RGB value is (175,223,110). Sum of RGB (Red+Green+Blue) = 175+223+110=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF6E is #502091. Grayscale: #C4C4C4. Windows color (decimal): -5251218 or 7266223. OLE color: 7266223.

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

Color convert

RGB 175 223 110 -
CMYK 0.22 0 0.51 0.13
HSL 85.49º 0.64% 0.65% -
HSV(B) 85.49º 0.51% 0.87% -
XYZ 46.88 63.02 24.44 -
YUV 195.77 79.6 113.19 -
System Red Green Blue C M Y K H S L
Decimal 175 223 110 0.22 0 0.51 0.13 85.49 0.64 0.65
Hex AF DF 6E 16 0 33 D 55 40 41
Octal 257 337 156 26 0 63 15 125 100 101
Binary 10101111 11011111 1101110 10110 0 110011 1101 1010101 1000000 1000001

Color Harmonies of #AFDF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF6E

Black with #AFDF6E

Text Example


Text Example

White with #AFDF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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