Html Css Color HEX #AFD246 Conifer

📋 copy color: '#AFD246'

red 175 ◦ green 210 ◦ blue 70

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

Shades of Conifer #AFD246

Tints of Conifer #AFD246

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.15%

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

R = 38.46%
G = 46.15%
B = 15.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#AFD246 (or 0xAFD246) is known color: Conifer. HEX triplet: AF, D2 and 46. RGB value is (175,210,70). Sum of RGB (Red+Green+Blue) = 175+210+70=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD246 is #502DB9. Grayscale: #B8B8B8. Windows color (decimal): -5254586 or 4641455. OLE color: 4641455.

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

Color convert

RGB 175 210 70 -
CMYK 0.17 0 0.67 0.18
HSL 75º 0.61% 0.55% -
HSV(B) 75º 0.67% 0.82% -
XYZ 41.83 55.65 14.33 -
YUV 183.58 63.9 121.88 -
System Red Green Blue C M Y K H S L
Decimal 175 210 70 0.17 0 0.67 0.18 75 0.61 0.55
Hex AF D2 46 11 0 43 12 4B 3D 37
Octal 257 322 106 21 0 103 22 113 75 67
Binary 10101111 11010010 1000110 10001 0 1000011 10010 1001011 111101 110111

Color Harmonies of #AFD246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD246

Black with #AFD246

Text Example


Text Example

White with #AFD246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD246; }

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

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

background-color css

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

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

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

border-color css

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

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

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