Html Css Color HEX #AFD346 Conifer

📋 copy color: '#AFD346'

red 175 ◦ green 211 ◦ blue 70

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

Shades of Conifer #AFD346

Tints of Conifer #AFD346

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.27%

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

R = 38.38%
G = 46.27%
B = 15.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#AFD346 (or 0xAFD346) is known color: Conifer. HEX triplet: AF, D3 and 46. RGB value is (175,211,70). Sum of RGB (Red+Green+Blue) = 175+211+70=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD346 is #502CB9. Grayscale: #B8B8B8. Windows color (decimal): -5254330 or 4641711. OLE color: 4641711.

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

Color convert

RGB 175 211 70 -
CMYK 0.17 0 0.67 0.17
HSL 75.32º 0.62% 0.55% -
HSV(B) 75.32º 0.67% 0.83% -
XYZ 42.08 56.14 14.41 -
YUV 184.16 63.57 121.46 -
System Red Green Blue C M Y K H S L
Decimal 175 211 70 0.17 0 0.67 0.17 75.32 0.62 0.55
Hex AF D3 46 11 0 43 11 4B 3E 37
Octal 257 323 106 21 0 103 21 113 76 67
Binary 10101111 11010011 1000110 10001 0 1000011 10001 1001011 111110 110111

Color Harmonies of #AFD346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD346

Black with #AFD346

Text Example


Text Example

White with #AFD346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD346; }

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

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

background-color css

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

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

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

border-color css

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

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

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