Html Css Color HEX #AFD143 Conifer

📋 copy color: '#AFD143'

red 175 ◦ green 209 ◦ blue 67

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

Shades of Conifer #AFD143

Tints of Conifer #AFD143

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.34%

 BLUE value IS 67 (26.56% from 255) = 14.86%

R = 38.8%
G = 46.34%
B = 14.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#AFD143 (or 0xAFD143) is known color: Conifer. HEX triplet: AF, D1 and 43. RGB value is (175,209,67). Sum of RGB (Red+Green+Blue) = 175+209+67=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 67 (26.56% from 255 or 14.86% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD143 is #502EBC. Grayscale: #B7B7B7. Windows color (decimal): -5254845 or 4444591. OLE color: 4444591.

HSL color Cylindrical-coordinate representation of color #AFD143: hue angle of 74.37º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFD143 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 209 67 -
CMYK 0.16 0 0.68 0.18
HSL 74.37º 0.61% 0.54% -
HSV(B) 74.37º 0.68% 0.82% -
XYZ 41.49 55.12 13.76 -
YUV 182.65 62.74 122.55 -
System Red Green Blue C M Y K H S L
Decimal 175 209 67 0.16 0 0.68 0.18 74.37 0.61 0.54
Hex AF D1 43 10 0 44 12 4A 3D 36
Octal 257 321 103 20 0 104 22 112 75 66
Binary 10101111 11010001 1000011 10000 0 1000100 10010 1001010 111101 110110

Color Harmonies of #AFD143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD143

Black with #AFD143

Text Example


Text Example

White with #AFD143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD143; }

 p { color: rgb(175,209,67); }

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

background-color css

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

 a { background-color: rgb(175,209,67); }

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

border-color css

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

 span { border-color: rgb(175,209,67); }

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