Html Css Color HEX #AFD746 Conifer

📋 copy color: '#AFD746'

red 175 ◦ green 215 ◦ blue 70

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

Shades of Conifer #AFD746

Tints of Conifer #AFD746

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.74%

 BLUE value IS 70 (27.73% from 255) = 15.22%

R = 38.04%
G = 46.74%
B = 15.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#AFD746 (or 0xAFD746) is known color: Conifer. HEX triplet: AF, D7 and 46. RGB value is (175,215,70). Sum of RGB (Red+Green+Blue) = 175+215+70=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 70 (27.73% from 255 or 15.22% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD746 is #5028B9. Grayscale: #BBBBBB. Windows color (decimal): -5253306 or 4642735. OLE color: 4642735.

HSL color Cylindrical-coordinate representation of color #AFD746: hue angle of 76.55º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFD746 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 215 70 -
CMYK 0.19 0 0.67 0.16
HSL 76.55º 0.64% 0.56% -
HSV(B) 76.55º 0.67% 0.84% -
XYZ 43.09 58.16 14.75 -
YUV 186.51 62.25 119.79 -
System Red Green Blue C M Y K H S L
Decimal 175 215 70 0.19 0 0.67 0.16 76.55 0.64 0.56
Hex AF D7 46 13 0 43 10 4D 40 38
Octal 257 327 106 23 0 103 20 115 100 70
Binary 10101111 11010111 1000110 10011 0 1000011 10000 1001101 1000000 111000

Color Harmonies of #AFD746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD746

Black with #AFD746

Text Example


Text Example

White with #AFD746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD746; }

 p { color: rgb(175,215,70); }

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

background-color css

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

 a { background-color: rgb(175,215,70); }

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

border-color css

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

 span { border-color: rgb(175,215,70); }

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