Html Css Color HEX #AFD946 Conifer

📋 copy color: '#AFD946'

red 175 ◦ green 217 ◦ blue 70

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

Shades of Conifer #AFD946

Tints of Conifer #AFD946

RGB

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

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

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

R = 37.88%
G = 46.97%
B = 15.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#AFD946 (or 0xAFD946) is known color: Conifer. HEX triplet: AF, D9 and 46. RGB value is (175,217,70). Sum of RGB (Red+Green+Blue) = 175+217+70=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD946 is #5026B9. Grayscale: #BCBCBC. Windows color (decimal): -5252794 or 4643247. OLE color: 4643247.

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

Color convert

RGB 175 217 70 -
CMYK 0.19 0 0.68 0.15
HSL 77.14º 0.66% 0.56% -
HSV(B) 77.14º 0.68% 0.85% -
XYZ 43.6 59.18 14.92 -
YUV 187.68 61.59 118.95 -
System Red Green Blue C M Y K H S L
Decimal 175 217 70 0.19 0 0.68 0.15 77.14 0.66 0.56
Hex AF D9 46 13 0 44 F 4D 42 38
Octal 257 331 106 23 0 104 17 115 102 70
Binary 10101111 11011001 1000110 10011 0 1000100 1111 1001101 1000010 111000

Color Harmonies of #AFD946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD946

Black with #AFD946

Text Example


Text Example

White with #AFD946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD946; }

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

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

background-color css

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

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

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

border-color css

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

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

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