Html Css Color HEX #AFD943 Conifer

📋 copy color: '#AFD943'

red 175 ◦ green 217 ◦ blue 67

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

Shades of Conifer #AFD943

Tints of Conifer #AFD943

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.28%

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

R = 38.13%
G = 47.28%
B = 14.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#AFD943 (or 0xAFD943) is known color: Conifer. HEX triplet: AF, D9 and 43. RGB value is (175,217,67). Sum of RGB (Red+Green+Blue) = 175+217+67=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 67 (26.56% from 255 or 14.60% from 459); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD943 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD943 is #5026BC. Grayscale: #BBBBBB. Windows color (decimal): -5252797 or 4446639. OLE color: 4446639.

HSL color Cylindrical-coordinate representation of color #AFD943: hue angle of 76.8º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFD943 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 217 67 -
CMYK 0.19 0 0.69 0.15
HSL 76.8º 0.66% 0.56% -
HSV(B) 76.8º 0.69% 0.85% -
XYZ 43.51 59.14 14.43 -
YUV 187.34 60.09 119.2 -
System Red Green Blue C M Y K H S L
Decimal 175 217 67 0.19 0 0.69 0.15 76.8 0.66 0.56
Hex AF D9 43 13 0 45 F 4D 42 38
Octal 257 331 103 23 0 105 17 115 102 70
Binary 10101111 11011001 1000011 10011 0 1000101 1111 1001101 1000010 111000

Color Harmonies of #AFD943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD943

Black with #AFD943

Text Example


Text Example

White with #AFD943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD943; }

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

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

background-color css

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

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

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

border-color css

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

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

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